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

Unified Diff: ash/common/wm/window_state.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/common/wm/window_state.h
diff --git a/ash/common/wm/window_state.h b/ash/common/wm/window_state.h
index 3db2c8b5af057417ded2b98ddb2f9169ad92e37b..c80aecf34a662825420c07fa2913b827e99b1ebf 100644
--- a/ash/common/wm/window_state.h
+++ b/ash/common/wm/window_state.h
@@ -27,12 +27,12 @@ class Rect;
namespace ash {
class LockWindowState;
class MaximizeModeWindowState;
+class WmWindow;
namespace wm {
class WindowStateDelegate;
class WindowStateObserver;
class WMEvent;
-class WmWindow;
// WindowState manages and defines ash specific window state and
// behavior. Ash specific per-window state (such as ones that controls

Powered by Google App Engine
This is Rietveld 408576698