Index: ash/accelerators/accelerator_controller_unittest.cc |
diff --git a/ash/accelerators/accelerator_controller_unittest.cc b/ash/accelerators/accelerator_controller_unittest.cc |
index a654aa2fce957ba78124b60d1154ba96cb352e34..9772b3fe7dc5d21a3c42fc4cdb71e0ad7e2c8117 100644 |
--- a/ash/accelerators/accelerator_controller_unittest.cc |
+++ b/ash/accelerators/accelerator_controller_unittest.cc |
@@ -2,22 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/accelerators/accelerator_controller.h" |
- |
-#include "ash/common/accelerators/accelerator_table.h" |
-#include "ash/common/accessibility_delegate.h" |
-#include "ash/common/accessibility_types.h" |
-#include "ash/common/ash_switches.h" |
-#include "ash/common/ime_control_delegate.h" |
-#include "ash/common/session/session_state_delegate.h" |
-#include "ash/common/test/test_shelf_delegate.h" |
-#include "ash/common/wm/panels/panel_layout_manager.h" |
-#include "ash/common/wm/window_positioning_utils.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm/wm_event.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
+#include "ash/accelerators/accelerator_controller.h" |
+ |
+#include "ash/accelerators/accelerator_table.h" |
+#include "ash/accessibility_delegate.h" |
+#include "ash/accessibility_types.h" |
+#include "ash/ash_switches.h" |
+#include "ash/ime_control_delegate.h" |
#include "ash/public/cpp/shell_window_ids.h" |
+#include "ash/session/session_state_delegate.h" |
#include "ash/shell.h" |
#include "ash/system/brightness_control_delegate.h" |
#include "ash/system/keyboard_brightness_control_delegate.h" |
@@ -26,9 +19,16 @@ |
#include "ash/test/lock_state_controller_test_api.h" |
#include "ash/test/test_screenshot_delegate.h" |
#include "ash/test/test_session_state_animator.h" |
+#include "ash/test/test_shelf_delegate.h" |
#include "ash/wm/lock_state_controller.h" |
+#include "ash/wm/panels/panel_layout_manager.h" |
+#include "ash/wm/window_positioning_utils.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_shell.h" |
+#include "ash/wm_window.h" |
#include "base/command_line.h" |
#include "base/test/user_action_tester.cc" |
#include "services/ui/public/interfaces/window_manager_constants.mojom.h" |