Index: ash/wm/workspace/workspace_window_resizer_unittest.cc |
diff --git a/ash/wm/workspace/workspace_window_resizer_unittest.cc b/ash/wm/workspace/workspace_window_resizer_unittest.cc |
index c758f58f49d5a6f83c6c4afb08edce063d975d6e..2658f65d8843ea1a6f146b5648bfe808ea2b7177 100644 |
--- a/ash/wm/workspace/workspace_window_resizer_unittest.cc |
+++ b/ash/wm/workspace/workspace_window_resizer_unittest.cc |
@@ -2,8 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/wm/common/workspace/workspace_window_resizer.h" |
+#include "ash/common/wm/workspace/workspace_window_resizer.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/workspace/phantom_window_controller.h" |
#include "ash/display/display_manager.h" |
#include "ash/root_window_controller.h" |
#include "ash/screen_util.h" |
@@ -13,10 +17,6 @@ |
#include "ash/test/ash_test_base.h" |
#include "ash/test/display_manager_test_api.h" |
#include "ash/wm/aura/wm_window_aura.h" |
-#include "ash/wm/common/window_positioning_utils.h" |
-#include "ash/wm/common/window_state.h" |
-#include "ash/wm/common/wm_event.h" |
-#include "ash/wm/common/workspace/phantom_window_controller.h" |
#include "ash/wm/window_state_aura.h" |
#include "ash/wm/window_util.h" |
#include "ash/wm/workspace_controller.h" |