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

Unified Diff: third_party/WebKit/Source/platform/geometry/FloatQuad.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/FloatQuad.h
diff --git a/third_party/WebKit/Source/platform/geometry/FloatQuad.h b/third_party/WebKit/Source/platform/geometry/FloatQuad.h
index dc4b30a19487a8b157641c480112fbe83004acd8..83ac9f57d3b07c627a295a84e70a63704f81a81e 100644
--- a/third_party/WebKit/Source/platform/geometry/FloatQuad.h
+++ b/third_party/WebKit/Source/platform/geometry/FloatQuad.h
@@ -29,12 +29,12 @@
#ifndef FloatQuad_h
#define FloatQuad_h
+#include <iosfwd>
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/FloatRect.h"
#include "platform/geometry/IntRect.h"
#include "platform/geometry/LayoutSize.h"
-#include "wtf/Allocator.h"
-#include <iosfwd>
+#include "platform/wtf/Allocator.h"
struct SkPoint;

Powered by Google App Engine
This is Rietveld 408576698