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; |