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

Unified Diff: Source/core/platform/mac/ScrollAnimatorMac.h

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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
« no previous file with comments | « Source/core/platform/mac/PurgeableBufferMac.cpp ('k') | Source/core/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/mac/ScrollAnimatorMac.h
diff --git a/Source/core/platform/mac/ScrollAnimatorMac.h b/Source/core/platform/mac/ScrollAnimatorMac.h
index 1160e0240dffbee63d51338fa59063382cefe5c0..b6ef0ba50756533d8cd5ceb72d856edc4c28bf32 100644
--- a/Source/core/platform/mac/ScrollAnimatorMac.h
+++ b/Source/core/platform/mac/ScrollAnimatorMac.h
@@ -26,9 +26,9 @@
#ifndef ScrollAnimatorMac_h
#define ScrollAnimatorMac_h
-#include "ScrollAnimator.h"
#include "ScrollElasticityController.h"
-#include "Timer.h"
+#include "core/platform/ScrollAnimator.h"
+#include "core/platform/Timer.h"
#include "core/platform/graphics/FloatPoint.h"
#include "core/platform/graphics/FloatSize.h"
#include "core/platform/graphics/IntRect.h"
« no previous file with comments | « Source/core/platform/mac/PurgeableBufferMac.cpp ('k') | Source/core/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698