| Index: ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
| diff --git a/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc b/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
| index 5d106a63ee4310a2f77acb529dd3fab8a124066e..38d46d20162c44f3c2c5838d569232256a09369c 100644
|
| --- a/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
| +++ b/ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc
|
| @@ -103,7 +103,7 @@ class MockDeviceEventDispatcherEvdev : public DeviceEventDispatcherEvdev {
|
| }
|
|
|
| void DispatchKeyboardDevicesUpdated(
|
| - const std::vector<KeyboardDevice>& devices) override {}
|
| + const std::vector<InputDevice>& devices) override {}
|
| void DispatchTouchscreenDevicesUpdated(
|
| const std::vector<TouchscreenDevice>& devices) override {}
|
| void DispatchMouseDevicesUpdated(
|
|
|