| Index: ash/shelf/shelf_widget.h
|
| diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
|
| index aff1642852d97302b48748010ed73f46f31f805f..6ea9ba147a9b5260847532a5bc7407c41177c998 100644
|
| --- a/ash/shelf/shelf_widget.h
|
| +++ b/ash/shelf/shelf_widget.h
|
| @@ -20,17 +20,15 @@ class FocusCycler;
|
| class Shelf;
|
| class ShelfLayoutManager;
|
| class StatusAreaWidget;
|
| -class WorkspaceController;
|
| -namespace wm {
|
| class WmWindow;
|
| -}
|
| +class WorkspaceController;
|
|
|
| class ASH_EXPORT ShelfWidget : public views::Widget,
|
| public views::WidgetObserver,
|
| public ShelfLayoutManagerObserver {
|
| public:
|
| - ShelfWidget(wm::WmWindow* wm_shelf_container,
|
| - wm::WmWindow* wm_status_container,
|
| + ShelfWidget(WmWindow* wm_shelf_container,
|
| + WmWindow* wm_status_container,
|
| WorkspaceController* workspace_controller);
|
| ~ShelfWidget() override;
|
|
|
|
|