Chromium Code Reviews| Index: ash/shelf/shelf_widget.h |
| diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h |
| index ebf3e021bb4c4b16d8cf6a3a7b1757afc7c1a7f0..9efbd633c9394062c76573bc6029d28cc8b91acf 100644 |
| --- a/ash/shelf/shelf_widget.h |
| +++ b/ash/shelf/shelf_widget.h |
| @@ -23,7 +23,6 @@ class ShelfLayoutManager; |
| class StatusAreaWidget; |
| class WmShelfAura; |
| class WmWindow; |
| -class WorkspaceController; |
| class ASH_EXPORT ShelfWidget : public views::Widget, |
| public views::WidgetObserver, |
| @@ -32,8 +31,7 @@ class ASH_EXPORT ShelfWidget : public views::Widget, |
| public: |
| ShelfWidget(WmWindow* shelf_container, |
| WmWindow* status_container, |
| - WmShelfAura* wm_shelf_aura, |
| - WorkspaceController* workspace_controller); |
| + WmShelfAura* wm_shelf_aura); |
|
James Cook
2016/08/11 23:27:35
so nice to have fewer dependencies
msw
2016/08/12 00:17:15
Acknowledged.
|
| ~ShelfWidget() override; |
| // Returns if shelf alignment option is enabled, and the user is able to |