| Index: ash/common/system/overview/overview_button_tray.cc
|
| diff --git a/ash/common/system/overview/overview_button_tray.cc b/ash/common/system/overview/overview_button_tray.cc
|
| index 672798967666d5cc1d5ad27d7c20619bf4809387..f82f80c3643d74f71b84fafc29a40c84142970ad 100644
|
| --- a/ash/common/system/overview/overview_button_tray.cc
|
| +++ b/ash/common/system/overview/overview_button_tray.cc
|
| @@ -78,7 +78,7 @@ bool OverviewButtonTray::PerformAction(const ui::Event& event) {
|
| }
|
|
|
| void OverviewButtonTray::SessionStateChanged(
|
| - SessionStateDelegate::SessionState state) {
|
| + session_manager::SessionState state) {
|
| UpdateIconVisibility();
|
| }
|
|
|
| @@ -145,7 +145,7 @@ void OverviewButtonTray::UpdateIconVisibility() {
|
| session_state_delegate->IsActiveUserSessionStarted() &&
|
| !session_state_delegate->IsScreenLocked() &&
|
| session_state_delegate->GetSessionState() ==
|
| - SessionStateDelegate::SESSION_STATE_ACTIVE &&
|
| + session_manager::SessionState::ACTIVE &&
|
| shell->system_tray_delegate()->GetUserLoginStatus() !=
|
| LoginStatus::KIOSK_APP);
|
| }
|
|
|