| Index: chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
|
| diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
|
| index ee399f8d9b1137ad97abe04ce62133555025a978..ea34fc03f23e028169e622b53f4c3cf99f5c1a76 100644
|
| --- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
|
| +++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager.cc
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "ash/common/ash_switches.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "ash/multi_profile_uma.h"
|
| #include "ash/shell.h"
|
| #include "ash/shell_delegate.h"
|
| @@ -41,8 +42,8 @@ MultiUserWindowManager* MultiUserWindowManager::CreateInstance() {
|
| if (!g_instance &&
|
| ash::Shell::GetInstance()->delegate()->IsMultiProfilesEnabled()) {
|
| MultiUserWindowManagerChromeOS* manager =
|
| - new MultiUserWindowManagerChromeOS(ash::Shell::GetInstance()
|
| - ->session_state_delegate()
|
| + new MultiUserWindowManagerChromeOS(ash::WmShell::Get()
|
| + ->GetSessionStateDelegate()
|
| ->GetUserInfo(0)
|
| ->GetAccountId());
|
| g_instance = manager;
|
|
|