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

Unified Diff: services/ui/input_devices/input_device_server.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/input_devices/input_device_server.h ('k') | services/ui/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/input_devices/input_device_server.cc
diff --git a/services/ui/input_devices/input_device_server.cc b/services/ui/input_devices/input_device_server.cc
index f24283599ac8faba6bfb86317d8b79a84e7527d8..cbd17af1205151057ff7972d5701836b0b830473 100644
--- a/services/ui/input_devices/input_device_server.cc
+++ b/services/ui/input_devices/input_device_server.cc
@@ -34,7 +34,8 @@ bool InputDeviceServer::IsRegisteredAsObserver() const {
return manager_ != nullptr;
}
-void InputDeviceServer::AddInterface(shell::InterfaceRegistry* registry) {
+void InputDeviceServer::AddInterface(
+ service_manager::InterfaceRegistry* registry) {
DCHECK(IsRegisteredAsObserver());
registry->AddInterface<mojom::InputDeviceServer>(this);
}
@@ -109,7 +110,7 @@ void InputDeviceServer::SendDeviceListsComplete(
manager_->GetMouseDevices(), manager_->GetTouchpadDevices());
}
-void InputDeviceServer::Create(const shell::Identity& remote_identity,
+void InputDeviceServer::Create(const service_manager::Identity& remote_identity,
mojom::InputDeviceServerRequest request) {
bindings_.AddBinding(this, std::move(request));
}
« no previous file with comments | « services/ui/input_devices/input_device_server.h ('k') | services/ui/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698