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

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

Issue 2235493002: mash: Disable ash_sysui; begin removal. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect to chrome on mash session launch; add missing gn dep. Created 4 years, 4 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_wallpaper_manager.cc
diff --git a/chrome/browser/ui/ash/chrome_wallpaper_manager.cc b/chrome/browser/ui/ash/chrome_wallpaper_manager.cc
index e03640b69b9004173ef84ea3a413d9841a4cee6f..da105fdd25d46eaba61fddedb6baf17f0f342381 100644
--- a/chrome/browser/ui/ash/chrome_wallpaper_manager.cc
+++ b/chrome/browser/ui/ash/chrome_wallpaper_manager.cc
@@ -11,7 +11,7 @@ ChromeWallpaperManager::ChromeWallpaperManager() {}
ChromeWallpaperManager::~ChromeWallpaperManager() {}
void ChromeWallpaperManager::ProcessRequest(
- ash::sysui::mojom::WallpaperManagerRequest request) {
+ ash::mojom::WallpaperManagerRequest request) {
bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « chrome/browser/ui/ash/chrome_wallpaper_manager.h ('k') | chrome/browser/ui/ash/launcher/chrome_mash_shelf_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698