Index: ash/wm/overview/window_selector_unittest.cc |
diff --git a/ash/wm/overview/window_selector_unittest.cc b/ash/wm/overview/window_selector_unittest.cc |
index ebd23eb4121ce784f71f22e59983651fb71005c7..5e31bf4fcddfda51f46c9c122af2f5d575c142b4 100644 |
--- a/ash/wm/overview/window_selector_unittest.cc |
+++ b/ash/wm/overview/window_selector_unittest.cc |
@@ -5,37 +5,37 @@ |
#include <algorithm> |
#include <vector> |
-#include "ash/common/accessibility_delegate.h" |
-#include "ash/common/accessibility_types.h" |
-#include "ash/common/ash_switches.h" |
-#include "ash/common/shelf/shelf_widget.h" |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/test/test_shelf_delegate.h" |
-#include "ash/common/wm/dock/docked_window_layout_manager.h" |
-#include "ash/common/wm/maximize_mode/maximize_mode_controller.h" |
-#include "ash/common/wm/mru_window_tracker.h" |
-#include "ash/common/wm/overview/scoped_transform_overview_window.h" |
-#include "ash/common/wm/overview/window_grid.h" |
-#include "ash/common/wm/overview/window_selector.h" |
-#include "ash/common/wm/overview/window_selector_controller.h" |
-#include "ash/common/wm/overview/window_selector_item.h" |
-#include "ash/common/wm/panels/panel_layout_manager.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm/wm_event.h" |
-#include "ash/common/wm/workspace/workspace_window_resizer.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
+#include "ash/accessibility_delegate.h" |
+#include "ash/accessibility_types.h" |
+#include "ash/ash_switches.h" |
#include "ash/drag_drop/drag_drop_controller.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/shelf_widget.h" |
+#include "ash/shelf/wm_shelf.h" |
#include "ash/shell.h" |
#include "ash/system/tray/system_tray.h" |
#include "ash/test/ash_test_base.h" |
#include "ash/test/shelf_view_test_api.h" |
#include "ash/test/shell_test_api.h" |
#include "ash/test/test_app_list_view_presenter_impl.h" |
+#include "ash/test/test_shelf_delegate.h" |
+#include "ash/wm/dock/docked_window_layout_manager.h" |
+#include "ash/wm/maximize_mode/maximize_mode_controller.h" |
+#include "ash/wm/mru_window_tracker.h" |
+#include "ash/wm/overview/scoped_transform_overview_window.h" |
+#include "ash/wm/overview/window_grid.h" |
+#include "ash/wm/overview/window_selector.h" |
+#include "ash/wm/overview/window_selector_controller.h" |
+#include "ash/wm/overview/window_selector_item.h" |
+#include "ash/wm/panels/panel_layout_manager.h" |
+#include "ash/wm/window_state.h" |
#include "ash/wm/window_state_aura.h" |
#include "ash/wm/window_util.h" |
+#include "ash/wm/wm_event.h" |
+#include "ash/wm/workspace/workspace_window_resizer.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/command_line.h" |
#include "base/compiler_specific.h" |
#include "base/memory/ptr_util.h" |