| Index: ash/system/overview/overview_button_tray.cc
|
| diff --git a/ash/system/overview/overview_button_tray.cc b/ash/system/overview/overview_button_tray.cc
|
| index 4e858363dd0ade7f1be736d2221874103e6b047e..4a90405e35b2902308cc2e1d75282738be550985 100644
|
| --- a/ash/system/overview/overview_button_tray.cc
|
| +++ b/ash/system/overview/overview_button_tray.cc
|
| @@ -54,8 +54,7 @@ OverviewButtonTray::~OverviewButtonTray() {
|
| this);
|
| }
|
|
|
| -void OverviewButtonTray::UpdateAfterLoginStatusChange(
|
| - user::LoginStatus status) {
|
| +void OverviewButtonTray::UpdateAfterLoginStatusChange(LoginStatus status) {
|
| UpdateIconVisibility();
|
| }
|
|
|
| @@ -136,7 +135,7 @@ void OverviewButtonTray::UpdateIconVisibility() {
|
| session_state_delegate->GetSessionState() ==
|
| SessionStateDelegate::SESSION_STATE_ACTIVE &&
|
| shell->system_tray_delegate()->GetUserLoginStatus() !=
|
| - user::LOGGED_IN_KIOSK_APP);
|
| + LoginStatus::KIOSK_APP);
|
| }
|
|
|
| } // namespace ash
|
|
|