| Index: remoting/host/event_executor_win.cc
|
| diff --git a/remoting/host/event_executor_win.cc b/remoting/host/event_executor_win.cc
|
| index 507e96a70b036fa2ac824425a65be10540e41d4a..c4d6b7e54917c49da3620ee3190d0c168af934f0 100644
|
| --- a/remoting/host/event_executor_win.cc
|
| +++ b/remoting/host/event_executor_win.cc
|
| @@ -13,7 +13,6 @@
|
| #include "remoting/host/capturer.h"
|
| #include "remoting/host/clipboard.h"
|
| #include "remoting/proto/event.pb.h"
|
| -#include "ui/base/keycodes/keyboard_codes.h"
|
|
|
| namespace remoting {
|
|
|
| @@ -25,7 +24,7 @@ using protocol::MouseEvent;
|
|
|
| // USB to XKB keycode map table.
|
| #define USB_KEYMAP(usb, xkb, win, mac) {usb, win}
|
| -#include "remoting/host/usb_keycode_map.h"
|
| +#include "ui/base/keycodes/usb_keycode_map.h"
|
| #undef USB_KEYMAP
|
|
|
| // A class to generate events on Windows.
|
|
|