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

Unified Diff: ash/common/wallpaper/wallpaper_view.cc

Issue 2741273002: chromeos: Promotes more from WmShell to Shell (Closed)
Patch Set: feedback 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: ash/common/wallpaper/wallpaper_view.cc
diff --git a/ash/common/wallpaper/wallpaper_view.cc b/ash/common/wallpaper/wallpaper_view.cc
index 2233d571e0181d8d64b5297bf91385270abfb6ef..415643782f20bbb4e7b51498078e18479d399da6 100644
--- a/ash/common/wallpaper/wallpaper_view.cc
+++ b/ash/common/wallpaper/wallpaper_view.cc
@@ -195,7 +195,7 @@ void WallpaperView::ShowContextMenuForView(views::View* source,
views::Widget* CreateWallpaper(WmWindow* root_window, int container_id) {
WallpaperController* controller =
Shell::GetInstance()->wallpaper_controller();
- WallpaperDelegate* wallpaper_delegate = WmShell::Get()->wallpaper_delegate();
+ WallpaperDelegate* wallpaper_delegate = Shell::Get()->wallpaper_delegate();
views::Widget* wallpaper_widget = new views::Widget;
views::Widget::InitParams params(
« no previous file with comments | « ash/common/wallpaper/wallpaper_controller_unittest.cc ('k') | ash/common/wallpaper/wallpaper_widget_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698