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

Unified Diff: ash/mus/wallpaper_delegate_mus.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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/mus/shell_delegate_mus.cc ('k') | ash/mus/wallpaper_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/wallpaper_delegate_mus.h
diff --git a/ash/mus/wallpaper_delegate_mus.h b/ash/mus/wallpaper_delegate_mus.h
index cfdda18cb07eb212d6afe152e1d2e4d7d8b1c6c3..fe3dbb3801efe09862e470d1b3190e82186a92fe 100644
--- a/ash/mus/wallpaper_delegate_mus.h
+++ b/ash/mus/wallpaper_delegate_mus.h
@@ -9,7 +9,7 @@
#include "ash/public/interfaces/wallpaper.mojom.h"
#include "base/macros.h"
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -18,7 +18,7 @@ namespace ash {
class WallpaperDelegateMus : public WallpaperDelegate,
public mojom::WallpaperController {
public:
- explicit WallpaperDelegateMus(shell::Connector* connector);
+ explicit WallpaperDelegateMus(service_manager::Connector* connector);
~WallpaperDelegateMus() override;
private:
@@ -38,7 +38,7 @@ class WallpaperDelegateMus : public WallpaperDelegate,
void SetWallpaper(const SkBitmap& wallpaper,
mojom::WallpaperLayout layout) override;
- shell::Connector* connector_;
+ service_manager::Connector* connector_;
DISALLOW_COPY_AND_ASSIGN(WallpaperDelegateMus);
};
« no previous file with comments | « ash/mus/shell_delegate_mus.cc ('k') | ash/mus/wallpaper_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698