Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: webkit/tools/test_shell/keyboard_unittest.cc

Issue 387020: Upstreaming WebKit.gyp (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/tools/test_shell/keyboard_unittest.cc
diff --git a/webkit/tools/test_shell/keyboard_unittest.cc b/webkit/tools/test_shell/keyboard_unittest.cc
index 16a937c27849702b5bd2dc72f73f05ebc16e4c19..65ac39b8c098bfea332478c364c28acffc1924f0 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;
« no previous file with comments | « webkit/tools/test_shell/event_sending_controller.cc ('k') | webkit/tools/test_shell/layout_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698