Index: ash/root_window_controller.cc |
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc |
index f621e8057ae19b9a32e3ed749acc0549d112234c..570874640c5ef2ae12a647249345904514ce85a5 100644 |
--- a/ash/root_window_controller.cc |
+++ b/ash/root_window_controller.cc |
@@ -20,9 +20,6 @@ |
#include "ash/common/shelf/shelf_widget.h" |
#include "ash/common/shelf/wm_shelf.h" |
#include "ash/common/shell_delegate.h" |
-#include "ash/common/system/status_area_layout_manager.h" |
-#include "ash/common/system/status_area_widget.h" |
-#include "ash/common/system/tray/system_tray_delegate.h" |
#include "ash/common/wallpaper/wallpaper_delegate.h" |
#include "ash/common/wallpaper/wallpaper_widget_controller.h" |
#include "ash/common/wm/always_on_top_controller.h" |
@@ -47,6 +44,9 @@ |
#include "ash/root_window_settings.h" |
#include "ash/shelf/shelf_window_targeter.h" |
#include "ash/shell.h" |
+#include "ash/system/status_area_layout_manager.h" |
+#include "ash/system/status_area_widget.h" |
+#include "ash/system/tray/system_tray_delegate.h" |
#include "ash/touch/touch_hud_debug.h" |
#include "ash/touch/touch_hud_projection.h" |
#include "ash/touch/touch_observer_hud.h" |