Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.cc

Issue 2766543002: Move even more from WmShell to Shell (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698