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

Unified Diff: services/ui/display/platform_screen_ozone.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_ozone.h ('k') | services/ui/display/platform_screen_stub.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/platform_screen_ozone.cc
diff --git a/services/ui/display/platform_screen_ozone.cc b/services/ui/display/platform_screen_ozone.cc
index fa49e9de3f72d5fe3ef39703d53fdbe4ea40c3a9..0660e2d7298462179ab1057296bf3a956e3f7ce8 100644
--- a/services/ui/display/platform_screen_ozone.cc
+++ b/services/ui/display/platform_screen_ozone.cc
@@ -62,7 +62,8 @@ PlatformScreenOzone::~PlatformScreenOzone() {
display_configurator_.RemoveObserver(this);
}
-void PlatformScreenOzone::AddInterfaces(shell::InterfaceRegistry* registry) {
+void PlatformScreenOzone::AddInterfaces(
+ service_manager::InterfaceRegistry* registry) {
registry->AddInterface<mojom::DisplayController>(this);
}
@@ -262,8 +263,9 @@ void PlatformScreenOzone::OnDisplayModeChangeFailed(
wait_for_display_config_update_ = false;
}
-void PlatformScreenOzone::Create(const shell::Identity& remote_identity,
- mojom::DisplayControllerRequest request) {
+void PlatformScreenOzone::Create(
+ const service_manager::Identity& remote_identity,
+ mojom::DisplayControllerRequest request) {
bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « services/ui/display/platform_screen_ozone.h ('k') | services/ui/display/platform_screen_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698