diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 17:36:09 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-13 17:36:09 +0000 |
commit | b6d81261a469240e25b41e7125bb7166ca3d35bb (patch) | |
tree | 9ddaf52100915560ce5c3d0167e79ef4a26aec56 /remoting | |
parent | 917a44b0724089630cb1d962a9383df7a1deaf7e (diff) | |
download | chromium_src-b6d81261a469240e25b41e7125bb7166ca3d35bb.zip chromium_src-b6d81261a469240e25b41e7125bb7166ca3d35bb.tar.gz chromium_src-b6d81261a469240e25b41e7125bb7166ca3d35bb.tar.bz2 |
Move app/key* to ui/base/keycodes/*
BUG=none
TEST=none
TBR=brettw
Review URL: http://codereview.chromium.org/6246001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/DEPS | 2 | ||||
-rw-r--r-- | remoting/host/event_executor_win.cc | 2 |
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 { |