commit | 63e1f9974bc57b0ca12d790b2a73e5ba7f5cec6e | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Fri Jan 13 18:54:43 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 13 18:54:43 2023 |
tree | 400af1d7571b527cf5d96b62c20a766eca5ad342 | |
parent | 23b3482fe3c618b536df0c5b345355af3b06572d [diff] [blame] |
Update header includes for /base/functional in /base 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: I97ecfb8a36fddb64735c2e8393985d4c400d2f3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4163303 Reviewed-by: Daniel Cheng <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Owners-Override: Avi Drissman <[email protected]> Auto-Submit: Avi Drissman <[email protected]> Cr-Commit-Position: refs/heads/main@{#1092528}
diff --git a/base/message_loop/message_pump_android.cc b/base/message_loop/message_pump_android.cc index 645a1927..eb8e8976 100644 --- a/base/message_loop/message_pump_android.cc +++ b/base/message_loop/message_pump_android.cc
@@ -17,8 +17,8 @@ #include "base/android/jni_android.h" #include "base/android/scoped_java_ref.h" -#include "base/callback_helpers.h" #include "base/check_op.h" +#include "base/functional/callback_helpers.h" #include "base/lazy_instance.h" #include "base/notreached.h" #include "base/numerics/safe_conversions.h"