Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index 41789970a8b87d44e722984a148caee8c31a1df7..846dc9268a229ef4a6a305a0bb0d96f5a268f1e2 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -9,6 +9,17 @@ |
#include "ash/ash_constants.h" |
#include "ash/ash_switches.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/switchable_windows.h" |
+#include "ash/common/wm/window_state.h" |
+#include "ash/common/wm/wm_globals.h" |
+#include "ash/common/wm/wm_window.h" |
+#include "ash/common/wm/workspace/workspace_layout_manager.h" |
+#include "ash/common/wm/workspace/workspace_layout_manager_delegate.h" |
#include "ash/desktop_background/desktop_background_controller.h" |
#include "ash/desktop_background/desktop_background_widget_controller.h" |
#include "ash/desktop_background/user_wallpaper_delegate.h" |
@@ -35,17 +46,6 @@ |
#include "ash/wm/aura/aura_layout_manager_adapter.h" |
#include "ash/wm/aura/wm_shelf_aura.h" |
#include "ash/wm/aura/wm_window_aura.h" |
-#include "ash/wm/common/always_on_top_controller.h" |
-#include "ash/wm/common/container_finder.h" |
-#include "ash/wm/common/dock/docked_window_layout_manager.h" |
-#include "ash/wm/common/fullscreen_window_finder.h" |
-#include "ash/wm/common/panels/panel_layout_manager.h" |
-#include "ash/wm/common/switchable_windows.h" |
-#include "ash/wm/common/window_state.h" |
-#include "ash/wm/common/wm_globals.h" |
-#include "ash/wm/common/wm_window.h" |
-#include "ash/wm/common/workspace/workspace_layout_manager.h" |
-#include "ash/wm/common/workspace/workspace_layout_manager_delegate.h" |
#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" |