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/timer/timer.h b/base/timer/timer.h index d78485a..4cd6baa 100644 --- a/base/timer/timer.h +++ b/base/timer/timer.h
@@ -68,9 +68,9 @@ // should be able to tell the difference. #include "base/base_export.h" -#include "base/bind.h" -#include "base/callback.h" -#include "base/callback_helpers.h" +#include "base/functional/bind.h" +#include "base/functional/callback.h" +#include "base/functional/callback_helpers.h" #include "base/location.h" #include "base/memory/raw_ptr.h" #include "base/sequence_checker.h"