| Index: chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| index 34651084b30ff2bddc9703f28c05610d58feafda..8b0b4a0db1c48e61f2a4f23dc881ff5779616106 100644
|
| --- a/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc
|
| @@ -88,7 +88,7 @@ void InitAfterFirstSessionStart() {
|
| // windows can be opened in background while login UI is still active because
|
| // we currently restore browser windows before login UI is deleted.
|
| aura::Window::Windows mru_list = ash::WmWindow::ToAuraWindows(
|
| - ash::WmShell::Get()->mru_window_tracker()->BuildMruWindowList());
|
| + ash::Shell::Get()->mru_window_tracker()->BuildMruWindowList());
|
| if (!mru_list.empty())
|
| mru_list.front()->Focus();
|
|
|
|
|