Index: Source/web/WebInputEventConversion.cpp |
diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp |
index c550dccf1a4cb88fbb315da15ae45a79ba9a019f..4663cbaca39059d07af5601cf39177eecd81c286 100644 |
--- a/Source/web/WebInputEventConversion.cpp |
+++ b/Source/web/WebInputEventConversion.cpp |
@@ -40,13 +40,13 @@ |
#include "core/events/ThreadLocalEventNames.h" |
#include "core/events/TouchEvent.h" |
#include "core/events/WheelEvent.h" |
-#include "core/platform/PlatformKeyboardEvent.h" |
-#include "core/platform/PlatformMouseEvent.h" |
-#include "core/platform/PlatformWheelEvent.h" |
#include "core/platform/ScrollView.h" |
#include "core/platform/Widget.h" |
#include "core/platform/chromium/KeyboardCodes.h" |
#include "core/rendering/RenderObject.h" |
+#include "platform/PlatformKeyboardEvent.h" |
+#include "platform/PlatformMouseEvent.h" |
+#include "platform/PlatformWheelEvent.h" |
using namespace WebCore; |