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

Unified Diff: ash/root_window_controller.h

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 2cb22d133a85850d78065614447b150baaa32d67..71e1ba69ffd0b0282656a313c2471be2d2a3aa88 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -67,6 +67,7 @@ class SystemModalContainerLayoutManager;
class SystemTray;
class TouchHudDebug;
class TouchHudProjection;
+class WmWindow;
class WorkspaceController;
#if defined(OS_CHROMEOS)
@@ -74,10 +75,6 @@ class BootSplashScreen;
class AshTouchExplorationManager;
#endif
-namespace wm {
-class WmWindow;
-}
-
// This class maintains the per root window state for ash. This class
// owns the root window and other dependent objects that should be
// deleted upon the deletion of the root window. This object is

Powered by Google App Engine
This is Rietveld 408576698