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 |