summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
Diffstat (limited to 'remoting')
-rw-r--r--remoting/host/DEPS2
-rw-r--r--remoting/host/event_executor_win.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/DEPS b/remoting/host/DEPS
index 8d94267..c94d231 100644
--- a/remoting/host/DEPS
+++ b/remoting/host/DEPS
@@ -1,6 +1,6 @@
include_rules = [
- "+app",
"+gfx",
+ "+ui",
"+remoting/protocol",
"+remoting/jingle_glue",
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 {