| 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..314fd64389ed74c09f3b8a7a12ef327945220842 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(session_manager::SessionState state) override;
|
|
|
| // ShellObserver:
|
| void OnMaximizeModeStarted() override;
|
|
|