Index: ash/wm/workspace_controller.cc |
diff --git a/ash/common/wm/workspace_controller.cc b/ash/wm/workspace_controller.cc |
similarity index 89% |
rename from ash/common/wm/workspace_controller.cc |
rename to ash/wm/workspace_controller.cc |
index 09f742be505661931b4e4bd67343bed4ea5704c3..ea413af976aa600b2c6056866c70da2bbc0a2cc0 100644 |
--- a/ash/common/wm/workspace_controller.cc |
+++ b/ash/wm/workspace_controller.cc |
@@ -2,22 +2,22 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ash/common/wm/workspace_controller.h" |
+#include "ash/wm/workspace_controller.h" |
#include <utility> |
-#include "ash/common/shelf/wm_shelf.h" |
-#include "ash/common/wm/dock/docked_window_layout_manager.h" |
-#include "ash/common/wm/fullscreen_window_finder.h" |
-#include "ash/common/wm/window_state.h" |
-#include "ash/common/wm/wm_window_animations.h" |
-#include "ash/common/wm/workspace/workspace_event_handler.h" |
-#include "ash/common/wm/workspace/workspace_layout_manager.h" |
-#include "ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h" |
-#include "ash/common/wm_shell.h" |
-#include "ash/common/wm_window.h" |
#include "ash/public/cpp/shell_window_ids.h" |
#include "ash/root_window_controller.h" |
+#include "ash/shelf/wm_shelf.h" |
+#include "ash/wm/dock/docked_window_layout_manager.h" |
+#include "ash/wm/fullscreen_window_finder.h" |
+#include "ash/wm/window_state.h" |
+#include "ash/wm/wm_window_animations.h" |
+#include "ash/wm/workspace/workspace_event_handler.h" |
+#include "ash/wm/workspace/workspace_layout_manager.h" |
+#include "ash/wm/workspace/workspace_layout_manager_backdrop_delegate.h" |
+#include "ash/wm_shell.h" |
+#include "ash/wm_window.h" |
#include "base/memory/ptr_util.h" |
#include "ui/compositor/layer.h" |
#include "ui/compositor/scoped_layer_animation_settings.h" |