Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index f9281efba006f9b16e5ed6e721c925d17a0feb5f..a0f723ecb4f9a9f36d6109f5d34972e2c0e6d2b7 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -9,11 +9,14 @@ |
#include "ash/ash_constants.h" |
#include "ash/ash_switches.h" |
+#include "ash/common/root_window_controller_common.h" |
+#include "ash/common/shell_window_ids.h" |
#include "ash/common/wm/always_on_top_controller.h" |
#include "ash/common/wm/container_finder.h" |
#include "ash/common/wm/dock/docked_window_layout_manager.h" |
#include "ash/common/wm/fullscreen_window_finder.h" |
#include "ash/common/wm/panels/panel_layout_manager.h" |
+#include "ash/common/wm/root_window_layout_manager.h" |
#include "ash/common/wm/switchable_windows.h" |
#include "ash/common/wm/window_state.h" |
#include "ash/common/wm/wm_globals.h" |
@@ -27,7 +30,6 @@ |
#include "ash/focus_cycler.h" |
#include "ash/high_contrast/high_contrast_controller.h" |
#include "ash/host/ash_window_tree_host.h" |
-#include "ash/root_window_controller_common.h" |
#include "ash/root_window_settings.h" |
#include "ash/session/session_state_delegate.h" |
#include "ash/shelf/shelf_layout_manager.h" |
@@ -36,7 +38,6 @@ |
#include "ash/shell.h" |
#include "ash/shell_delegate.h" |
#include "ash/shell_factory.h" |
-#include "ash/shell_window_ids.h" |
#include "ash/system/status_area_widget.h" |
#include "ash/system/tray/system_tray_delegate.h" |
#include "ash/system/tray/system_tray_notifier.h" |
@@ -49,7 +50,6 @@ |
#include "ash/wm/lock_layout_manager.h" |
#include "ash/wm/panels/attached_panel_window_targeter.h" |
#include "ash/wm/panels/panel_window_event_handler.h" |
-#include "ash/wm/root_window_layout_manager.h" |
#include "ash/wm/stacking_controller.h" |
#include "ash/wm/status_area_layout_manager.h" |
#include "ash/wm/system_background_controller.h" |