Index: Source/platform/PlatformTouchEvent.h |
diff --git a/Source/core/platform/PlatformTouchEvent.h b/Source/platform/PlatformTouchEvent.h |
similarity index 96% |
rename from Source/core/platform/PlatformTouchEvent.h |
rename to Source/platform/PlatformTouchEvent.h |
index 9a5b0a08fb932a78681443782f76bc2e5d549639..e7c9e6130145475d3abdcbc46f533119b1eedb81 100644 |
--- a/Source/core/platform/PlatformTouchEvent.h |
+++ b/Source/platform/PlatformTouchEvent.h |
@@ -20,13 +20,12 @@ |
#ifndef PlatformTouchEvent_h |
#define PlatformTouchEvent_h |
-#include "core/platform/PlatformTouchPoint.h" |
#include "platform/PlatformEvent.h" |
+#include "platform/PlatformTouchPoint.h" |
#include "wtf/Vector.h" |
namespace WebCore { |
- |
class PlatformTouchEvent : public PlatformEvent { |
public: |
PlatformTouchEvent() |