commit | cac43f2dde8c8777b8c8cdcd4e949320a6f94d86 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Thu Jan 12 00:58:41 2023 |
committer | Chromium LUCI CQ <[email protected]> | Thu Jan 12 00:58:41 2023 |
tree | a275169bb0c63a9c6904325b9dbc7e14cc0d22ee | |
parent | 8d04d474846a28c18f10bbfbf544346774ff49b6 [diff] [blame] |
Update header includes for /base/functional in /h* and /i* bind.h, callback.h, callback_forward.h, and callback_helpers.h moved into /base/functional/. Update the include paths to directly include them in their new location. Bug: 1364441 Change-Id: I275e051fd6e47be3446a9d7bdb17d5e6e5033338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4157178 Commit-Queue: Avi Drissman <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Auto-Submit: Avi Drissman <[email protected]> Owners-Override: Avi Drissman <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/main@{#1091610}
diff --git a/ipc/ipc_message_pipe_reader.cc b/ipc/ipc_message_pipe_reader.cc index 12f3c39..7f30d677a 100644 --- a/ipc/ipc_message_pipe_reader.cc +++ b/ipc/ipc_message_pipe_reader.cc
@@ -8,9 +8,9 @@ #include <utility> -#include "base/bind.h" -#include "base/callback_helpers.h" #include "base/containers/span.h" +#include "base/functional/bind.h" +#include "base/functional/callback_helpers.h" #include "base/location.h" #include "base/logging.h" #include "base/memory/raw_ref.h"