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

Unified Diff: ui/events/ozone/evdev/event_converter_test_util.cc

Issue 2019413002: Remove KeyboardDevice class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: ui/events/ozone/evdev/event_converter_test_util.cc
diff --git a/ui/events/ozone/evdev/event_converter_test_util.cc b/ui/events/ozone/evdev/event_converter_test_util.cc
index 3d6851f0a0036a1a3bc10c9fb18552a073ef707f..f648baaa1a7def1f75a17162be52b02395a4268d 100644
--- a/ui/events/ozone/evdev/event_converter_test_util.cc
+++ b/ui/events/ozone/evdev/event_converter_test_util.cc
@@ -63,7 +63,7 @@ class TestDeviceEventDispatcherEvdev : public DeviceEventDispatcherEvdev {
}
void DispatchKeyboardDevicesUpdated(
- const std::vector<KeyboardDevice>& devices) override {
+ const std::vector<InputDevice>& devices) override {
event_factory_evdev_->DispatchKeyboardDevicesUpdated(devices);
}
void DispatchTouchscreenDevicesUpdated(

Powered by Google App Engine
This is Rietveld 408576698