commit | 9269d4ed0dde3bcd3837f75a50a2944674555186 | [log] [tgz] |
---|---|---|
author | Avi Drissman <[email protected]> | Sat Jan 07 01:38:06 2023 |
committer | Chromium LUCI CQ <[email protected]> | Sat Jan 07 01:38:06 2023 |
tree | 12af3be9742c10d3b268fdf151cb959685ff9881 | |
parent | d48e7e324ee359071607aa45c9f27cf3637ae06f [diff] [blame] |
Update header includes for /base/functional in /chrome/browser part 2 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: I3238298235f919da2cbf064fb35f1cc3ea9ab5e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4144281 Reviewed-by: Daniel Cheng <[email protected]> Auto-Submit: Avi Drissman <[email protected]> Owners-Override: Avi Drissman <[email protected]> Commit-Queue: Daniel Cheng <[email protected]> Commit-Queue: Avi Drissman <[email protected]> Owners-Override: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/main@{#1089991}
diff --git a/chrome/browser/performance_manager/mechanisms/page_freezer.cc b/chrome/browser/performance_manager/mechanisms/page_freezer.cc index 5bc10e50..99c813b 100644 --- a/chrome/browser/performance_manager/mechanisms/page_freezer.cc +++ b/chrome/browser/performance_manager/mechanisms/page_freezer.cc
@@ -4,7 +4,7 @@ #include "chrome/browser/performance_manager/mechanisms/page_freezer.h" -#include "base/bind.h" +#include "base/functional/bind.h" #include "base/task/task_traits.h" #include "chrome/browser/profiles/profile.h" #include "components/content_settings/core/common/content_settings_types.h"