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

Unified Diff: Source/WebKit/chromium/tests/KeyboardTest.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner Created 7 years, 8 months 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
« no previous file with comments | « Source/WebKit/chromium/tests/IDBRequestTest.cpp ('k') | Source/WebKit/chromium/tests/LinkHighlightTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/KeyboardTest.cpp
diff --git a/Source/WebKit/chromium/tests/KeyboardTest.cpp b/Source/WebKit/chromium/tests/KeyboardTest.cpp
index f404c101f53c56fb55ef05f8307009e3301aa36c..37b0a01e44463f9a44efd520ee0137c9291f41c1 100644
--- a/Source/WebKit/chromium/tests/KeyboardTest.cpp
+++ b/Source/WebKit/chromium/tests/KeyboardTest.cpp
@@ -33,10 +33,10 @@
#include <gtest/gtest.h>
#include "EditorClientImpl.h"
-#include "EventTarget.h"
-#include "KeyboardEvent.h"
#include "WebInputEvent.h"
#include "WebInputEventConversion.h"
+#include "core/dom/EventTarget.h"
+#include "core/dom/KeyboardEvent.h"
#include "core/platform/chromium/KeyboardCodes.h"
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/tests/IDBRequestTest.cpp ('k') | Source/WebKit/chromium/tests/LinkHighlightTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698