summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/keyboard_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/keyboard_unittest.cc')
-rw-r--r--webkit/tools/test_shell/keyboard_unittest.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/tools/test_shell/keyboard_unittest.cc b/webkit/tools/test_shell/keyboard_unittest.cc
index 16a937c..65ac39b 100644
--- a/webkit/tools/test_shell/keyboard_unittest.cc
+++ b/webkit/tools/test_shell/keyboard_unittest.cc
@@ -16,9 +16,9 @@ MSVC_POP_WARNING();
#include "base/string_util.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "webkit/api/public/WebInputEvent.h"
-#include "webkit/api/src/EditorClientImpl.h"
-#include "webkit/api/src/WebInputEventConversion.h"
+#include "third_party/WebKit/WebKit/chromium/public/WebInputEvent.h"
+#include "third_party/WebKit/WebKit/chromium/src/EditorClientImpl.h"
+#include "third_party/WebKit/WebKit/chromium/src/WebInputEventConversion.h"
using WebCore::PlatformKeyboardEvent;
using WebCore::KeyboardEvent;