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/ui/simple_message_box.h b/chrome/browser/ui/simple_message_box.h index b8b0957..5c4e8489 100644 --- a/chrome/browser/ui/simple_message_box.h +++ b/chrome/browser/ui/simple_message_box.h
@@ -7,7 +7,7 @@ #include <string> -#include "base/callback_forward.h" +#include "base/functional/callback_forward.h" #include "ui/gfx/native_widget_types.h" namespace chrome {