summaryrefslogtreecommitdiffstats
path: root/remoting/host/event_executor_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/event_executor_linux.cc')
-rw-r--r--remoting/host/event_executor_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_linux.cc b/remoting/host/event_executor_linux.cc
index d3bda35..c438a3d 100644
--- a/remoting/host/event_executor_linux.cc
+++ b/remoting/host/event_executor_linux.cc
@@ -28,7 +28,7 @@ using protocol::MouseEvent;
// USB to XKB keycode map table.
#define USB_KEYMAP(usb, xkb, win, mac) {usb, xkb}
-#include "remoting/host/usb_keycode_map.h"
+#include "ui/base/keycodes/usb_keycode_map.h"
#undef USB_KEYMAP
// A class to generate events on Linux.