| Index: ash/system/overview/overview_button_tray.h
|
| diff --git a/ash/system/overview/overview_button_tray.h b/ash/system/overview/overview_button_tray.h
|
| index 74a6794c66494d51b2f67f94f4ad28ac42e6e55b..ba45fb9b60678700c15767535d03105acdbb134d 100644
|
| --- a/ash/system/overview/overview_button_tray.h
|
| +++ b/ash/system/overview/overview_button_tray.h
|
| @@ -26,7 +26,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
|
| public SessionObserver,
|
| public ShellObserver {
|
| public:
|
| - explicit OverviewButtonTray(WmShelf* wm_shelf);
|
| + explicit OverviewButtonTray(Shelf* shelf);
|
| ~OverviewButtonTray() override;
|
|
|
| // Updates the tray's visibility based on the LoginStatus and the current
|
|
|