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

Unified Diff: ash/mus/root_window_controller.h

Issue 2626483002: Removes WmShelfAura and WmShelfMus (Closed)
Patch Set: merge Created 3 years, 11 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
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.cc ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/root_window_controller.h
diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
index e125f25b4b93b5c7d4a1accabb3d4cee63578325..d4c5532d2ae74b9574ea95336260a65f71305a8f 100644
--- a/ash/mus/root_window_controller.h
+++ b/ash/mus/root_window_controller.h
@@ -28,11 +28,12 @@ class Connector;
namespace ash {
+class WmShelf;
+
namespace mus {
class WindowManager;
class WmRootWindowControllerMus;
-class WmShelfMus;
class WmTestBase;
class WmTestHelper;
class WmWindowMus;
@@ -75,7 +76,7 @@ class RootWindowController {
const display::Display& display() const { return display_; }
- WmShelfMus* wm_shelf() { return wm_shelf_.get(); }
+ WmShelf* wm_shelf() { return wm_shelf_.get(); }
private:
friend class WmTestBase;
@@ -93,7 +94,7 @@ class RootWindowController {
display::Display display_;
std::unique_ptr<WmRootWindowControllerMus> wm_root_window_controller_;
- std::unique_ptr<WmShelfMus> wm_shelf_;
+ std::unique_ptr<WmShelf> wm_shelf_;
std::unique_ptr<aura::client::WindowParentingClient> parenting_client_;
« no previous file with comments | « ash/mus/bridge/wm_shelf_mus.cc ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698