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

Unified Diff: third_party/WebKit/Source/platform/geometry/FloatPoint.h

Issue 2795713004: Rewrite references to "wtf/" to "platform/wtf/" in platform/geometry. (Closed)
Patch Set: Created 3 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
Index: third_party/WebKit/Source/platform/geometry/FloatPoint.h
diff --git a/third_party/WebKit/Source/platform/geometry/FloatPoint.h b/third_party/WebKit/Source/platform/geometry/FloatPoint.h
index 3569dae42544cf7699ffc33f8bc3bfd0c06beeb4..e7eda7bc1d046169e079dfa55d1293c75dcb0fc8 100644
--- a/third_party/WebKit/Source/platform/geometry/FloatPoint.h
+++ b/third_party/WebKit/Source/platform/geometry/FloatPoint.h
@@ -27,14 +27,14 @@
#ifndef FloatPoint_h
#define FloatPoint_h
+#include <algorithm>
+#include <iosfwd>
#include "platform/geometry/FloatSize.h"
#include "platform/geometry/IntPoint.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/MathExtras.h"
#include "third_party/skia/include/core/SkPoint.h"
-#include "wtf/Allocator.h"
-#include "wtf/Forward.h"
-#include "wtf/MathExtras.h"
-#include <algorithm>
-#include <iosfwd>
#if OS(MACOSX)
typedef struct CGPoint CGPoint;

Powered by Google App Engine
This is Rietveld 408576698