Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(423)

Unified Diff: Source/core/events/GestureEvent.h

Issue 26510003: Moving all the PlatformEvent subclasses from core/platform to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Fix exports Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/events/GestureEvent.h
diff --git a/Source/core/events/GestureEvent.h b/Source/core/events/GestureEvent.h
index 8a6f1d056cbacf76cfae03b2075318ba83ff3f2a..f7c2d49e26a873de257d77b9b3f7df4cba408dfa 100644
--- a/Source/core/events/GestureEvent.h
+++ b/Source/core/events/GestureEvent.h
@@ -28,7 +28,7 @@
#include "core/events/EventDispatcher.h"
#include "core/events/MouseRelatedEvent.h"
-#include "core/platform/PlatformGestureEvent.h"
+#include "platform/PlatformGestureEvent.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698