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; |