Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2285)

Unified Diff: ash/common/wm/workspace/workspace_layout_manager.cc

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/common/wm/workspace/workspace_layout_manager.cc
diff --git a/ash/wm/common/workspace/workspace_layout_manager.cc b/ash/common/wm/workspace/workspace_layout_manager.cc
similarity index 94%
rename from ash/wm/common/workspace/workspace_layout_manager.cc
rename to ash/common/wm/workspace/workspace_layout_manager.cc
index d9d2c62e57a94e0854c2ca260dba6cb1685c1946..0e0df27309bfc9d23b3e88e21e003206ad03734e 100644
--- a/ash/wm/common/workspace/workspace_layout_manager.cc
+++ b/ash/common/wm/workspace/workspace_layout_manager.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/wm/common/workspace/workspace_layout_manager.h"
+#include "ash/common/wm/workspace/workspace_layout_manager.h"
#include <algorithm>
-#include "ash/wm/common/always_on_top_controller.h"
-#include "ash/wm/common/fullscreen_window_finder.h"
-#include "ash/wm/common/window_positioner.h"
-#include "ash/wm/common/window_state.h"
-#include "ash/wm/common/wm_event.h"
-#include "ash/wm/common/wm_globals.h"
-#include "ash/wm/common/wm_root_window_controller.h"
-#include "ash/wm/common/wm_screen_util.h"
-#include "ash/wm/common/wm_window.h"
-#include "ash/wm/common/wm_window_property.h"
-#include "ash/wm/common/workspace/workspace_layout_manager_backdrop_delegate.h"
-#include "ash/wm/common/workspace/workspace_layout_manager_delegate.h"
+#include "ash/common/wm/always_on_top_controller.h"
+#include "ash/common/wm/fullscreen_window_finder.h"
+#include "ash/common/wm/window_positioner.h"
+#include "ash/common/wm/window_state.h"
+#include "ash/common/wm/wm_event.h"
+#include "ash/common/wm/wm_globals.h"
+#include "ash/common/wm/wm_root_window_controller.h"
+#include "ash/common/wm/wm_screen_util.h"
+#include "ash/common/wm/wm_window.h"
+#include "ash/common/wm/wm_window_property.h"
+#include "ash/common/wm/workspace/workspace_layout_manager_backdrop_delegate.h"
+#include "ash/common/wm/workspace/workspace_layout_manager_delegate.h"
#include "ui/compositor/layer.h"
#include "ui/keyboard/keyboard_controller_observer.h"

Powered by Google App Engine
This is Rietveld 408576698