| Index: remoting/host/event_executor_mac.cc
|
| diff --git a/remoting/host/event_executor_mac.cc b/remoting/host/event_executor_mac.cc
|
| index 98bea98efd78392d0c687a1922d34149db8acbf0..32c9988dd293c651314f8e78e734179418644278 100644
|
| --- a/remoting/host/event_executor_mac.cc
|
| +++ b/remoting/host/event_executor_mac.cc
|
| @@ -27,7 +27,7 @@ using protocol::MouseEvent;
|
|
|
| // USB to Mac keycode mapping table.
|
| #define USB_KEYMAP(usb, xkb, win, mac) {usb, mac}
|
| -#include "remoting/host/usb_keycode_map.h"
|
| +#include "ui/base/keycodes/usb_keycode_map.h"
|
| #undef USB_KEYMAP
|
|
|
| // A class to generate events on Mac.
|
|
|