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

Unified Diff: Source/core/page/EventHandler.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/page/EventHandler.h
diff --git a/Source/core/page/EventHandler.h b/Source/core/page/EventHandler.h
index fb0b4d62a4708822bda0dd95478afb30e6ecfe4e..5af1110b40c9be1614b243ab3dec869c9419f28d 100644
--- a/Source/core/page/EventHandler.h
+++ b/Source/core/page/EventHandler.h
@@ -32,9 +32,9 @@
#include "core/page/DragActions.h"
#include "core/page/FocusDirection.h"
#include "core/platform/Cursor.h"
-#include "core/platform/PlatformMouseEvent.h"
#include "core/platform/ScrollTypes.h"
#include "core/rendering/HitTestRequest.h"
+#include "platform/PlatformMouseEvent.h"
#include "platform/Timer.h"
#include "platform/geometry/LayoutPoint.h"
#include "wtf/Forward.h"

Powered by Google App Engine
This is Rietveld 408576698