commit | 453cf7a74c37637fc24c4958c7070541a64711f3 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Sat Jan 07 00:52:17 2023 |
committer | Chromium LUCI CQ <[email protected]> | Sat Jan 07 00:52:17 2023 |
tree | baa6add7c62cd8dd7fc8c00cff8e9241e10bf70b | |
parent | c46c473ddb3f08eb292fc9b8d1bcec16dd1cddb2 [diff] [blame] |
Update header includes for /base/functional in /cc 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: If2e1f60267761218c8b4c6acca189149c4bb1d56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4144859 Owners-Override: Avi Drissman <[email protected]> Commit-Queue: Avi Drissman <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Auto-Submit: Avi Drissman <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/main@{#1089980}
diff --git a/cc/base/delayed_unique_notifier_unittest.cc b/cc/base/delayed_unique_notifier_unittest.cc index 31b43cd..0b0514a 100644 --- a/cc/base/delayed_unique_notifier_unittest.cc +++ b/cc/base/delayed_unique_notifier_unittest.cc
@@ -6,9 +6,9 @@ #include <utility> -#include "base/bind.h" -#include "base/callback_helpers.h" #include "base/containers/circular_deque.h" +#include "base/functional/bind.h" +#include "base/functional/callback_helpers.h" #include "base/test/test_pending_task.h" #include "base/test/test_simple_task_runner.h" #include "base/time/time.h"