Index: Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm |
diff --git a/Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm b/Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm |
index dcbd4506bfca9b9fc17f730f4082f35f4461864f..12563a60be98fd9a7ae026555a97975d4ee89e92 100644 |
--- a/Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm |
+++ b/Source/WebKit/chromium/tests/WebInputEventFactoryTestMac.mm |
@@ -33,9 +33,9 @@ |
#import <Cocoa/Cocoa.h> |
#include <gtest/gtest.h> |
-#include "KeyboardEvent.h" |
#include "WebInputEvent.h" |
#include "WebInputEventFactory.h" |
+#include "core/dom/KeyboardEvent.h" |
#include "core/platform/WindowsKeyboardCodes.h" |
using WebKit::WebInputEventFactory; |