| Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| index 722d71a8d2a985bd783f28a3171dd6206149a191..730f43786b0595b8fa393c1f14f01635f28e2769 100644
|
| --- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
|
| @@ -24,6 +24,7 @@
|
| #include "ash/common/system/tray_accessibility.h"
|
| #include "ash/common/system/user/user_observer.h"
|
| #include "ash/common/wm_shell.h"
|
| +#include "ash/shell.h"
|
| #include "ash/system/chromeos/rotation/tray_rotation_lock.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/callback.h"
|
| @@ -323,8 +324,7 @@ void SystemTrayDelegateChromeOS::ShowEnterpriseInfo() {
|
| }
|
|
|
| void SystemTrayDelegateChromeOS::ShowUserLogin() {
|
| - ash::WmShell* wm_shell = ash::WmShell::Get();
|
| - if (!wm_shell->delegate()->IsMultiProfilesEnabled())
|
| + if (!ash::Shell::Get()->shell_delegate()->IsMultiProfilesEnabled())
|
| return;
|
|
|
| // Only regular non-supervised users could add other users to current session.
|
|
|