| 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 8207e7d66a16ce9ba9a90ea71341ba438ca79f71..c580d1da330608c5db4f41d05590358cd3ae42c7 100644
|
| --- a/ash/common/system/overview/overview_button_tray.cc
|
| +++ b/ash/common/system/overview/overview_button_tray.cc
|
| @@ -118,9 +118,9 @@ void OverviewButtonTray::UpdateIconVisibility() {
|
| !session_controller->IsScreenLocked() &&
|
| session_controller->GetSessionState() ==
|
| session_manager::SessionState::ACTIVE &&
|
| - shell->system_tray_delegate()->GetUserLoginStatus() !=
|
| + Shell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
|
| LoginStatus::KIOSK_APP &&
|
| - shell->system_tray_delegate()->GetUserLoginStatus() !=
|
| + Shell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
|
| LoginStatus::ARC_KIOSK_APP);
|
| }
|
|
|
|
|