| Index: ui/events/ozone/evdev/input_controller_evdev.cc
|
| diff --git a/ui/events/ozone/evdev/input_controller_evdev.cc b/ui/events/ozone/evdev/input_controller_evdev.cc
|
| index 2fe0ef1081394618b3a546570e5f320f9edb9074..15fced21d9f6766eb7f5cc85748ae029942a752e 100644
|
| --- a/ui/events/ozone/evdev/input_controller_evdev.cc
|
| +++ b/ui/events/ozone/evdev/input_controller_evdev.cc
|
| @@ -7,7 +7,7 @@
|
| #include <algorithm>
|
| #include <linux/input.h>
|
|
|
| -#include "ui/events/ozone/evdev/input_device_factory_evdev.h"
|
| +#include "ui/events/ozone/evdev/input_device_factory_evdev_proxy.h"
|
| #include "ui/events/ozone/evdev/keyboard_evdev.h"
|
| #include "ui/events/ozone/evdev/mouse_button_map_evdev.h"
|
|
|
| @@ -26,7 +26,7 @@ InputControllerEvdev::~InputControllerEvdev() {
|
| }
|
|
|
| void InputControllerEvdev::SetInputDeviceFactory(
|
| - InputDeviceFactoryEvdev* input_device_factory) {
|
| + InputDeviceFactoryEvdevProxy* input_device_factory) {
|
| input_device_factory_ = input_device_factory;
|
| }
|
|
|
|
|