| Index: chrome/browser/ui/ash/chrome_shell_content_state_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_content_state_chromeos.cc b/chrome/browser/ui/ash/chrome_shell_content_state_chromeos.cc
|
| index 3e3e92d55813820af3efc3fe753c07ccec60ce8c..4e72c8b26a62dfc5a00039bb33695dd1cfa8b942 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_content_state_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_content_state_chromeos.cc
|
| @@ -5,7 +5,7 @@
|
| #include "chrome/browser/ui/ash/chrome_shell_content_state.h"
|
|
|
| #include "ash/common/session/session_state_delegate.h"
|
| -#include "ash/shell.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "chrome/browser/chromeos/profiles/profile_helper.h"
|
| #include "chrome/browser/ui/ash/multi_user/multi_user_util.h"
|
| #include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h"
|
| @@ -16,7 +16,7 @@
|
| content::BrowserContext* ChromeShellContentState::GetBrowserContextByIndex(
|
| ash::UserIndex index) {
|
| ash::SessionStateDelegate* session_state_delegate =
|
| - ash::Shell::GetInstance()->session_state_delegate();
|
| + ash::WmShell::Get()->GetSessionStateDelegate();
|
| DCHECK_LT(index, session_state_delegate->NumberOfLoggedInUsers());
|
| user_manager::User* user =
|
| user_manager::UserManager::Get()->GetLRULoggedInUsers()[index];
|
|
|