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

Unified Diff: services/ui/input_devices/input_device_server.cc

Issue 2795883002: Eliminate OnConnect usage (Closed)
Patch Set: . Created 3 years, 8 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/service.h » ('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 d254cba9df143af9897f813d273c87cf86a65366..3983137bd4608cdb7bcaef25661fe0700b834e10 100644
--- a/services/ui/input_devices/input_device_server.cc
+++ b/services/ui/input_devices/input_device_server.cc
@@ -7,7 +7,7 @@
#include <utility>
#include <vector>
-#include "services/service_manager/public/cpp/interface_registry.h"
+#include "services/service_manager/public/cpp/binder_registry.h"
#include "ui/events/devices/input_device.h"
#include "ui/events/devices/touchscreen_device.h"
@@ -34,7 +34,7 @@ bool InputDeviceServer::IsRegisteredAsObserver() const {
}
void InputDeviceServer::AddInterface(
- service_manager::InterfaceRegistry* registry) {
+ service_manager::BinderRegistry* registry) {
DCHECK(IsRegisteredAsObserver());
registry->AddInterface<mojom::InputDeviceServer>(this);
}
« no previous file with comments | « services/ui/input_devices/input_device_server.h ('k') | services/ui/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698