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

Unified Diff: services/ui/display/platform_screen_stub.cc

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/display/platform_screen_stub.h ('k') | services/ui/ime/ime_server_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/platform_screen_stub.cc
diff --git a/services/ui/display/platform_screen_stub.cc b/services/ui/display/platform_screen_stub.cc
index 9f895b56c6fb0ea47c0c55191e90372406ff986d..13e53f7a5d8339617ed44862ada0729d3d9e0e1c 100644
--- a/services/ui/display/platform_screen_stub.cc
+++ b/services/ui/display/platform_screen_stub.cc
@@ -43,7 +43,8 @@ void PlatformScreenStub::FixedSizeScreenConfiguration() {
device_scale_factor);
}
-void PlatformScreenStub::AddInterfaces(shell::InterfaceRegistry* registry) {}
+void PlatformScreenStub::AddInterfaces(
+ service_manager::InterfaceRegistry* registry) {}
void PlatformScreenStub::Init(PlatformScreenDelegate* delegate) {
DCHECK(delegate);
« no previous file with comments | « services/ui/display/platform_screen_stub.h ('k') | services/ui/ime/ime_server_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698