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

Unified Diff: services/ui/display/platform_screen.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 | « services/ui/demo/mus_demo_unittests.cc ('k') | services/ui/display/platform_screen_ozone.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/platform_screen.h
diff --git a/services/ui/display/platform_screen.h b/services/ui/display/platform_screen.h
index f99265611c966e4fe35e0d544c8524fe9376665d..c266a57ee95adfc706c3baadb29653225479ad9a 100644
--- a/services/ui/display/platform_screen.h
+++ b/services/ui/display/platform_screen.h
@@ -10,7 +10,7 @@
#include "base/macros.h"
#include "services/ui/display/platform_screen_delegate.h"
-namespace shell {
+namespace service_manager {
class InterfaceRegistry;
}
@@ -28,7 +28,7 @@ class PlatformScreen {
static PlatformScreen* GetInstance();
// Registers Mojo interfaces provided.
- virtual void AddInterfaces(shell::InterfaceRegistry* registry) = 0;
+ virtual void AddInterfaces(service_manager::InterfaceRegistry* registry) = 0;
// Triggers initial display configuration to start. On device this will
// configuration the connected displays. Off device this will create one or
« no previous file with comments | « services/ui/demo/mus_demo_unittests.cc ('k') | services/ui/display/platform_screen_ozone.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698