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

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

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
Index: services/ui/input_devices/input_device_server.h
diff --git a/services/ui/input_devices/input_device_server.h b/services/ui/input_devices/input_device_server.h
index a84651deafa8a5a5b35da7b5dfaf14a898c77b1f..0e858b4ab1a4896c106a0d6117675d581d1f98b6 100644
--- a/services/ui/input_devices/input_device_server.h
+++ b/services/ui/input_devices/input_device_server.h
@@ -15,7 +15,7 @@
#include "ui/events/devices/input_device_event_observer.h"
namespace service_manager {
-class InterfaceRegistry;
+class BinderRegistry;
}
namespace ui {
@@ -39,7 +39,7 @@ class InputDeviceServer
// connect. You should have already called RegisterAsObserver() to get local
// input-device event updates and checked it was successful by calling
// IsRegisteredAsObserver().
- void AddInterface(service_manager::InterfaceRegistry* registry);
+ void AddInterface(service_manager::BinderRegistry* registry);
// mojom::InputDeviceServer:
void AddObserver(mojom::InputDeviceObserverMojoPtr observer) override;
« no previous file with comments | « services/ui/ime/test_ime_driver/test_ime_application.cc ('k') | services/ui/input_devices/input_device_server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698