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/android/java_exception_reporter.h b/base/android/java_exception_reporter.h index 56baef75..50c3cab 100644 --- a/base/android/java_exception_reporter.h +++ b/base/android/java_exception_reporter.h
@@ -9,7 +9,7 @@ #include "base/android/scoped_java_ref.h" #include "base/base_export.h" -#include "base/callback_forward.h" +#include "base/functional/callback_forward.h" namespace base { namespace android {