| Index: ash/shelf/shelf_widget.h
|
| diff --git a/ash/shelf/shelf_widget.h b/ash/shelf/shelf_widget.h
|
| index bce14230309d916495dfefc66c38696165c41a2c..c23bffc0baf57aca76926fe6e8eb913733fac8df 100644
|
| --- a/ash/shelf/shelf_widget.h
|
| +++ b/ash/shelf/shelf_widget.h
|
| @@ -30,8 +30,8 @@ class ASH_EXPORT ShelfWidget : public views::Widget,
|
| public ShelfBackgroundAnimatorObserver,
|
| public ShelfLayoutManagerObserver {
|
| public:
|
| - ShelfWidget(WmWindow* wm_shelf_container,
|
| - WmWindow* wm_status_container,
|
| + ShelfWidget(WmWindow* shelf_container,
|
| + WmWindow* status_container,
|
| WmShelfAura* wm_shelf_aura,
|
| WorkspaceController* workspace_controller);
|
| ~ShelfWidget() override;
|
|
|