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

Unified Diff: Source/core/page/scrolling/ScrollingCoordinator.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/scrolling/ScrollingCoordinator.h
diff --git a/Source/core/page/scrolling/ScrollingCoordinator.h b/Source/core/page/scrolling/ScrollingCoordinator.h
index b9133a7236454d22d0aedbdcc747c25f45985a2f..86e4c9155ce646a75edd20f7148c229b9b20db34 100644
--- a/Source/core/page/scrolling/ScrollingCoordinator.h
+++ b/Source/core/page/scrolling/ScrollingCoordinator.h
@@ -26,9 +26,9 @@
#ifndef ScrollingCoordinator_h
#define ScrollingCoordinator_h
-#include "core/platform/PlatformWheelEvent.h"
#include "core/platform/ScrollTypes.h"
#include "core/rendering/RenderObject.h"
+#include "platform/PlatformWheelEvent.h"
#include "platform/geometry/IntRect.h"
#include "wtf/text/WTFString.h"

Powered by Google App Engine
This is Rietveld 408576698