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 f46556111750382a9b17d3fbf3fcf420ae94728a..e705905421398b3f77c4b0f02ed22383c46c2b03 100644 |
--- a/ui/events/ozone/evdev/input_controller_evdev.cc |
+++ b/ui/events/ozone/evdev/input_controller_evdev.cc |
@@ -7,7 +7,7 @@ |
#include <linux/input.h> |
#include <vector> |
-#include "ui/events/ozone/evdev/input_device_factory_evdev.h" |
+#include "ui/events/ozone/evdev/input_device_factory_proxy_evdev.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) { |
+ InputDeviceFactoryProxyEvdev* input_device_factory) { |
input_device_factory_ = input_device_factory; |
} |