| 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 3bb0c8aeffd01602a26c944e00d31b625499b4aa..1badb5a9ea88ce2d968e670081928cf06d28f16f 100644
|
| --- a/ash/system/overview/overview_button_tray.cc
|
| +++ b/ash/system/overview/overview_button_tray.cc
|
| @@ -146,7 +146,7 @@ void OverviewButtonTray::UpdateIconVisibility() {
|
| !session_state_delegate->IsScreenLocked() &&
|
| session_state_delegate->GetSessionState() ==
|
| SessionStateDelegate::SESSION_STATE_ACTIVE &&
|
| - shell->system_tray_delegate()->GetUserLoginStatus() !=
|
| + WmShell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
|
| LoginStatus::KIOSK_APP);
|
| }
|
|
|
|
|