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

Unified Diff: ui/views/mus/screen_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 | « ui/views/mus/input_method_mus_unittest.cc ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/screen_mus.h
diff --git a/ui/views/mus/screen_mus.h b/ui/views/mus/screen_mus.h
index 8eff022ae9700a1aac9cd75da98c99d4ff10caca..9866d0ae0a1ded3b5d36dd39d46c7184676f5f8e 100644
--- a/ui/views/mus/screen_mus.h
+++ b/ui/views/mus/screen_mus.h
@@ -10,7 +10,7 @@
#include "ui/display/screen_base.h"
#include "ui/views/mus/mus_export.h"
-namespace shell {
+namespace service_manager {
class Connector;
}
@@ -27,7 +27,7 @@ class VIEWS_MUS_EXPORT ScreenMus
explicit ScreenMus(ScreenMusDelegate* delegate);
~ScreenMus() override;
- void Init(shell::Connector* connector);
+ void Init(service_manager::Connector* connector);
private:
// display::Screen:
« no previous file with comments | « ui/views/mus/input_method_mus_unittest.cc ('k') | ui/views/mus/screen_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698