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

Unified Diff: ash/common/wm/shelf/wm_shelf.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/shelf/wm_shelf.h
diff --git a/ash/common/wm/shelf/wm_shelf.h b/ash/common/wm/shelf/wm_shelf.h
index dcc8f0b68651cfc35521cedfc841139218f738ae..df0bc3e6e9ea3649e501871bc78c5eee69887d5c 100644
--- a/ash/common/wm/shelf/wm_shelf.h
+++ b/ash/common/wm/shelf/wm_shelf.h
@@ -13,10 +13,12 @@ class Rect;
}
namespace ash {
+
+class WmWindow;
+
namespace wm {
class WmShelfObserver;
-class WmWindow;
// Used for accessing global state.
class ASH_EXPORT WmShelf {
@@ -36,8 +38,7 @@ class ASH_EXPORT WmShelf {
// Returns the screen bounds of the item for the specified window. If there is
// no item for the specified window an empty rect is returned.
- virtual gfx::Rect GetScreenBoundsOfItemIconForWindow(
- wm::WmWindow* window) = 0;
+ virtual gfx::Rect GetScreenBoundsOfItemIconForWindow(WmWindow* window) = 0;
virtual void AddObserver(WmShelfObserver* observer) = 0;
virtual void RemoveObserver(WmShelfObserver* observer) = 0;

Powered by Google App Engine
This is Rietveld 408576698