commit | b727c2d10b7353558d3564ef78a2a06194bfb866 | [log] [tgz] |
---|---|---|
author | Yeunjoo Choi <[email protected]> | Tue Nov 01 03:09:34 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Nov 01 03:09:34 2022 |
tree | d499782e4c8c8b1410a4ca1177391105cd11888c | |
parent | cf383e7f4773a6f12c404354a6bf1d9ca1852fab [diff] [blame] |
Move //chrome/browser/ui/webui/{chromeos=>ash}/login [3/3] This CL moves remaining files to ash/login and cleans up chromeos/login. This CL is part of the ChromeOS source code directory migration: https://docs.google.com/document/d/1g-98HpzA8XcoGBWUv1gQNr4rbnD5yfvbtYZyPDDbkaE. Bug: 1164001 Change-Id: Id820dbe2f7049b5f1a246e45a15b2028b32f85e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3970203 Owners-Override: James Cook <[email protected]> Commit-Queue: Yeunjoo Choi <[email protected]> Reviewed-by: James Cook <[email protected]> Cr-Commit-Position: refs/heads/main@{#1065802}
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc index 3fed4f0..bd3d290a 100644 --- a/chrome/browser/prefs/browser_prefs.cc +++ b/chrome/browser/prefs/browser_prefs.cc
@@ -394,7 +394,7 @@ #include "chrome/browser/ui/app_list/arc/arc_app_list_prefs.h" #include "chrome/browser/ui/ash/shelf/chrome_shelf_prefs.h" #include "chrome/browser/ui/webui/ash/login/enable_debugging_screen_handler.h" -#include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h" +#include "chrome/browser/ui/webui/ash/login/signin_screen_handler.h" #include "chrome/browser/ui/webui/settings/ash/os_settings_ui.h" #include "chrome/browser/upgrade_detector/upgrade_detector_chromeos.h" #include "chromeos/ash/components/audio/audio_devices_pref_handler_impl.h"