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

Unified Diff: third_party/WebKit/Source/platform/geometry/DoublePoint.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/DoublePoint.h
diff --git a/third_party/WebKit/Source/platform/geometry/DoublePoint.h b/third_party/WebKit/Source/platform/geometry/DoublePoint.h
index d00024981c03ac37bdbdf904c854bc61780b0c82..e9f96b2cf8f190b19e54f93e3ec0b00e3fed04dd 100644
--- a/third_party/WebKit/Source/platform/geometry/DoublePoint.h
+++ b/third_party/WebKit/Source/platform/geometry/DoublePoint.h
@@ -5,12 +5,12 @@
#ifndef DoublePoint_h
#define DoublePoint_h
+#include <algorithm>
#include "platform/geometry/DoubleSize.h"
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/IntPoint.h"
-#include "wtf/Allocator.h"
-#include "wtf/Forward.h"
-#include <algorithm>
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Forward.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/geometry/DEPS ('k') | third_party/WebKit/Source/platform/geometry/DoublePoint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698