summaryrefslogtreecommitdiffstats
path: root/remoting/host/input_injector_win.cc
diff options
context:
space:
mode:
authorkomatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 12:08:05 +0000
committerkomatsu@chromium.org <komatsu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-20 12:08:05 +0000
commiteaedda782f7a4696f8c5339d8afa56c6b59a52b0 (patch)
tree3098d09e0e52475427d9167bb0760ce7f46fe0ce /remoting/host/input_injector_win.cc
parent46207c867fb66c823396b35fe08f51945a1f5de7 (diff)
downloadchromium_src-eaedda782f7a4696f8c5339d8afa56c6b59a52b0.zip
chromium_src-eaedda782f7a4696f8c5339d8afa56c6b59a52b0.tar.gz
chromium_src-eaedda782f7a4696f8c5339d8afa56c6b59a52b0.tar.bz2
Move ui/base/keycodes to ui/events/keycodes/dom4
This patch was created by the following steps: 1. Create a new directory to move. mkdir ui/events/keycodes/dom4 2. Move the OWNERS file manually, because the next script supports only source files. git mv ui/base/keycodes/OWNERS ui/events/keycodes/ 3. Use script to move source files. ./tools/git/move_source_file.py ui/base/keycodes/* ui/events/keycodes/dom4 4. Here's the output from the script. WARNING: Could not successfully update include guard; perhaps old guard is not per style guide? You will have to update the include guard manually. (ui/events/keycodes/dom4/keycode_converter.h) 5. modify the header guard of keycode_converter.h BUG=312218 Review URL: https://codereview.chromium.org/59873007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236231 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/input_injector_win.cc')
-rw-r--r--remoting/host/input_injector_win.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/input_injector_win.cc b/remoting/host/input_injector_win.cc
index c2ac2c1..2d1524f9b 100644
--- a/remoting/host/input_injector_win.cc
+++ b/remoting/host/input_injector_win.cc
@@ -15,9 +15,9 @@
#include "remoting/host/clipboard.h"
#include "remoting/proto/event.pb.h"
// SkSize.h assumes that stdint.h-style types are already defined.
-#include "third_party/skia/include/core/SkTypes.h"
#include "third_party/skia/include/core/SkSize.h"
-#include "ui/base/keycodes/keycode_converter.h"
+#include "third_party/skia/include/core/SkTypes.h"
+#include "ui/events/keycodes/dom4/keycode_converter.h"
namespace remoting {