Index: Source/web/WebInputEventConversion.cpp |
diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp |
index 5a823b96a9f9a0da8f91fdaec2c66c807b6319c1..10f2edd5e1115eb55d63eac7470d48137481485c 100644 |
--- a/Source/web/WebInputEventConversion.cpp |
+++ b/Source/web/WebInputEventConversion.cpp |
@@ -41,12 +41,12 @@ |
#include "core/events/TouchEvent.h" |
#include "core/events/WheelEvent.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" |
+#include "platform/Widget.h" |
using namespace WebCore; |