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

Unified Diff: ash/mus/root_window_controller.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/main.cc ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/root_window_controller.h
diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
index 59f7d963dc24abd5f4c6528ac5fee464505afa5c..325a4adcd99b436f5f900e686f9d99b493c83fe5 100644
--- a/ash/mus/root_window_controller.h
+++ b/ash/mus/root_window_controller.h
@@ -17,7 +17,7 @@ namespace gfx {
class Insets;
}
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -46,7 +46,7 @@ class RootWindowController {
void Shutdown();
- shell::Connector* GetConnector();
+ service_manager::Connector* GetConnector();
ui::Window* root() { return root_; }
WmRootWindowControllerMus* wm_root_window_controller() {
« no previous file with comments | « ash/mus/main.cc ('k') | ash/mus/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698