Index: ash/wm/toplevel_window_event_handler_unittest.cc |
diff --git a/ash/wm/toplevel_window_event_handler_unittest.cc b/ash/wm/toplevel_window_event_handler_unittest.cc |
index 3581f69a3bd2f3d9937dd9b0cf4a708bbba20541..e94001ffc73b6d48ac658d6bea2f96af7c94f90d 100644 |
--- a/ash/wm/toplevel_window_event_handler_unittest.cc |
+++ b/ash/wm/toplevel_window_event_handler_unittest.cc |
@@ -4,18 +4,18 @@ |
#include "ash/wm/toplevel_window_event_handler.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm/wm_event.h" |
-#include "ash/common/wm/workspace_controller.h" |
-#include "ash/common/wm_shell.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
#include "ash/shell.h" |
#include "ash/test/ash_test_base.h" |
#include "ash/wm/resize_shadow.h" |
#include "ash/wm/resize_shadow_controller.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_controller.h" |
+#include "ash/wm_shell.h" |
#include "base/compiler_specific.h" |
#include "base/threading/thread_task_runner_handle.h" |
#include "services/ui/public/interfaces/window_manager_constants.mojom.h" |