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

Unified Diff: ash/wm/ash_focus_rules.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
« no previous file with comments | « ash/virtual_keyboard_controller_unittest.cc ('k') | ash/wm/lock_state_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/ash_focus_rules.cc
diff --git a/ash/wm/ash_focus_rules.cc b/ash/wm/ash_focus_rules.cc
index 0dcc82df70a44a466988195c304e0719eace59e2..663358486dbadb5fe4e8d2a7e6eb2fa6ce8d86e4 100644
--- a/ash/wm/ash_focus_rules.cc
+++ b/ash/wm/ash_focus_rules.cc
@@ -80,7 +80,7 @@ aura::Window* AshFocusRules::GetNextActivatableWindow(
// Start from the container of the most-recently-used window. If the list of
// MRU windows is empty, then start from the container of the window that just
// lost focus |ignore|.
- MruWindowTracker* mru = WmShell::Get()->mru_window_tracker();
+ MruWindowTracker* mru = Shell::Get()->mru_window_tracker();
std::vector<WmWindow*> windows = mru->BuildMruWindowList();
aura::Window* starting_window =
windows.empty() ? ignore : WmWindow::GetAuraWindow(windows[0]);
« no previous file with comments | « ash/virtual_keyboard_controller_unittest.cc ('k') | ash/wm/lock_state_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698