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

Unified Diff: Source/core/platform/ScrollAnimator.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: 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/platform/ScrollAnimator.h
diff --git a/Source/core/platform/ScrollAnimator.h b/Source/core/platform/ScrollAnimator.h
index b1dd7a3cec57e2827469e4cf7b9c0e40a60c760f..612c62a5a0e07571493ba36ea11c48525dc26ff4 100644
--- a/Source/core/platform/ScrollAnimator.h
+++ b/Source/core/platform/ScrollAnimator.h
@@ -31,8 +31,8 @@
#ifndef ScrollAnimator_h
#define ScrollAnimator_h
-#include "core/platform/PlatformWheelEvent.h"
#include "core/platform/ScrollTypes.h"
+#include "platform/PlatformWheelEvent.h"
#include "platform/geometry/FloatSize.h"
#include "wtf/FastAllocBase.h"
#include "wtf/Forward.h"

Powered by Google App Engine
This is Rietveld 408576698