| Index: ash/mus/bridge/wm_shelf_mus.h
|
| diff --git a/ash/mus/bridge/wm_shelf_mus.h b/ash/mus/bridge/wm_shelf_mus.h
|
| index 84ec6599a947607915edaf43de402f2d2d9153c6..b6c1bd75faba4f93ccbed8ebcea77e5fe64497de 100644
|
| --- a/ash/mus/bridge/wm_shelf_mus.h
|
| +++ b/ash/mus/bridge/wm_shelf_mus.h
|
| @@ -10,24 +10,20 @@
|
|
|
| namespace ash {
|
|
|
| -class ShelfWidget;
|
| -class WmRootWindowController;
|
| +class WmWindow;
|
|
|
| namespace mus {
|
|
|
| // WmShelf implementation for mus.
|
| class WmShelfMus : public WmShelf {
|
| public:
|
| - WmShelfMus(WmRootWindowController* root_window_controller);
|
| + explicit WmShelfMus(WmWindow* root_window);
|
| ~WmShelfMus() override;
|
|
|
| // WmShelf:
|
| void WillDeleteShelfLayoutManager() override;
|
|
|
| private:
|
| - // The shelf widget for this shelf.
|
| - std::unique_ptr<ShelfWidget> shelf_widget_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(WmShelfMus);
|
| };
|
|
|
|
|