Index: ash/common/wm_shell.cc |
diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc |
index fcd7804aad242e9f61489c6f20e761ce8871bae5..d89bd7ba47e991f3aa4d2a01f6a4518a550aeab7 100644 |
--- a/ash/common/wm_shell.cc |
+++ b/ash/common/wm_shell.cc |
@@ -26,17 +26,6 @@ |
#include "ash/common/shelf/shelf_window_watcher.h" |
#include "ash/common/shell_delegate.h" |
#include "ash/common/shutdown_controller.h" |
-#include "ash/common/system/brightness_control_delegate.h" |
-#include "ash/common/system/chromeos/brightness/brightness_controller_chromeos.h" |
-#include "ash/common/system/chromeos/keyboard_brightness_controller.h" |
-#include "ash/common/system/chromeos/network/vpn_list.h" |
-#include "ash/common/system/chromeos/session/logout_confirmation_controller.h" |
-#include "ash/common/system/keyboard_brightness_control_delegate.h" |
-#include "ash/common/system/locale/locale_notification_controller.h" |
-#include "ash/common/system/toast/toast_manager.h" |
-#include "ash/common/system/tray/system_tray_controller.h" |
-#include "ash/common/system/tray/system_tray_delegate.h" |
-#include "ash/common/system/tray/system_tray_notifier.h" |
#include "ash/common/wallpaper/wallpaper_controller.h" |
#include "ash/common/wallpaper/wallpaper_delegate.h" |
#include "ash/common/wm/immersive_context_ash.h" |
@@ -51,6 +40,17 @@ |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
#include "ash/shell.h" |
+#include "ash/system/brightness/brightness_controller_chromeos.h" |
+#include "ash/system/brightness_control_delegate.h" |
+#include "ash/system/keyboard_brightness_control_delegate.h" |
+#include "ash/system/keyboard_brightness_controller.h" |
+#include "ash/system/locale/locale_notification_controller.h" |
+#include "ash/system/network/vpn_list.h" |
+#include "ash/system/session/logout_confirmation_controller.h" |
+#include "ash/system/toast/toast_manager.h" |
+#include "ash/system/tray/system_tray_controller.h" |
+#include "ash/system/tray/system_tray_delegate.h" |
+#include "ash/system/tray/system_tray_notifier.h" |
#include "base/bind.h" |
#include "base/logging.h" |
#include "base/memory/ptr_util.h" |