| Index: ash/common/system/overview/overview_button_tray.h
|
| diff --git a/ash/common/system/overview/overview_button_tray.h b/ash/common/system/overview/overview_button_tray.h
|
| index 1654458d62aba826889cd1926270efe619de7326..1af287c219cba861b98e15064398a162db2f54ae 100644
|
| --- a/ash/common/system/overview/overview_button_tray.h
|
| +++ b/ash/common/system/overview/overview_button_tray.h
|
| @@ -37,7 +37,7 @@ class ASH_EXPORT OverviewButtonTray : public TrayBackgroundView,
|
| bool PerformAction(const ui::Event& event) override;
|
|
|
| // SessionStateObserver:
|
| - void SessionStateChanged(SessionStateDelegate::SessionState state) override;
|
| + void SessionStateChanged(SessionState state) override;
|
|
|
| // ShellObserver:
|
| void OnMaximizeModeStarted() override;
|
|
|