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

Unified Diff: ash/common/wm_root_window_controller.h

Issue 2036353002: mash: Move ash/common/wm/shelf to ash/common/shelf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again 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_root_window_controller.h
diff --git a/ash/common/wm_root_window_controller.h b/ash/common/wm_root_window_controller.h
index cfcc8f3e781213155e98b10ff5a439e4508526a9..facf5699e80b777c790fe6d07af80b46ab20a26c 100644
--- a/ash/common/wm_root_window_controller.h
+++ b/ash/common/wm_root_window_controller.h
@@ -16,14 +16,11 @@ class Point;
namespace ash {
class AlwaysOnTopController;
+class WmShelf;
class WmShell;
class WmRootWindowControllerObserver;
class WmWindow;
-namespace wm {
-class WmShelf;
-}
-
// Provides state associated with a root of a window hierarchy.
class ASH_EXPORT WmRootWindowController {
public:
@@ -37,7 +34,7 @@ class ASH_EXPORT WmRootWindowController {
virtual AlwaysOnTopController* GetAlwaysOnTopController() = 0;
- virtual wm::WmShelf* GetShelf() = 0;
+ virtual WmShelf* GetShelf() = 0;
// Returns the window associated with this WmRootWindowController.
virtual WmWindow* GetWindow() = 0;
« no previous file with comments | « ash/common/wm/shelf/wm_shelf_util.cc ('k') | ash/content/keyboard_overlay/keyboard_overlay_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698