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

Unified Diff: Source/core/platform/mac/ScrollElasticityController.mm

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/ScrollElasticityController.h ('k') | Source/core/platform/mac/ScrollbarThemeMac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/mac/ScrollElasticityController.mm
diff --git a/Source/core/platform/mac/ScrollElasticityController.mm b/Source/core/platform/mac/ScrollElasticityController.mm
index 3fad9fb385a717bebe0aa1c5703bd0328a6041ec..cb99b027ee98af6d60e2ce69b89cb4e4b14f5af8 100644
--- a/Source/core/platform/mac/ScrollElasticityController.mm
+++ b/Source/core/platform/mac/ScrollElasticityController.mm
@@ -26,10 +26,10 @@
#include "config.h"
#include "ScrollElasticityController.h"
-#include "PlatformWheelEvent.h"
-#include "WebCoreSystemInterface.h"
-#include <sys/time.h>
#include <sys/sysctl.h>
+#include <sys/time.h>
+#include "WebCoreSystemInterface.h"
+#include "core/platform/PlatformWheelEvent.h"
#if ENABLE(RUBBER_BANDING)
« no previous file with comments | « Source/core/platform/mac/ScrollElasticityController.h ('k') | Source/core/platform/mac/ScrollbarThemeMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698