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

Unified Diff: chrome/browser/chromeos/extensions/wallpaper_private_api.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/chromeos/extensions/wallpaper_private_api.cc
diff --git a/chrome/browser/chromeos/extensions/wallpaper_private_api.cc b/chrome/browser/chromeos/extensions/wallpaper_private_api.cc
index 2713cb37f77dd76a976975a9fc7ce774dbd0fc43..ca6a048bdc44874fe185715d3a752662c101819a 100644
--- a/chrome/browser/chromeos/extensions/wallpaper_private_api.cc
+++ b/chrome/browser/chromeos/extensions/wallpaper_private_api.cc
@@ -218,7 +218,7 @@ void WindowStateManager::BuildWindowListAndMinimizeInactiveForUser(
&user_id_hash_window_list_map_[user_id_hash];
std::vector<aura::Window*> windows = ash::WmWindow::ToAuraWindows(
- ash::WmShell::Get()->mru_window_tracker()->BuildWindowListIgnoreModal());
+ ash::Shell::Get()->mru_window_tracker()->BuildWindowListIgnoreModal());
for (std::vector<aura::Window*>::iterator iter = windows.begin();
iter != windows.end(); ++iter) {

Powered by Google App Engine
This is Rietveld 408576698