diff options
Diffstat (limited to 'remoting/host/event_executor_win.cc')
-rw-r--r-- | remoting/host/event_executor_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/event_executor_win.cc b/remoting/host/event_executor_win.cc index 4c92816..b1fe052 100644 --- a/remoting/host/event_executor_win.cc +++ b/remoting/host/event_executor_win.cc @@ -6,11 +6,11 @@ #include <windows.h> -#include "app/keyboard_codes.h" #include "base/message_loop.h" #include "base/stl_util-inl.h" #include "remoting/host/capturer.h" #include "remoting/proto/event.pb.h" +#include "ui/base/keycodes/keyboard_codes.h" namespace remoting { |