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

Unified Diff: third_party/WebKit/Source/platform/geometry/FloatBox.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/FloatBox.h
diff --git a/third_party/WebKit/Source/platform/geometry/FloatBox.h b/third_party/WebKit/Source/platform/geometry/FloatBox.h
index 7b0da384db0f402d6774b8f8c7ec1b80476275c3..9490d7abd93a2dec800cc178453c3a9cb80b82d4 100644
--- a/third_party/WebKit/Source/platform/geometry/FloatBox.h
+++ b/third_party/WebKit/Source/platform/geometry/FloatBox.h
@@ -30,12 +30,12 @@
#ifndef FloatBox_h
#define FloatBox_h
-#include "platform/PlatformExport.h"
-#include "platform/geometry/FloatPoint3D.h"
-#include "wtf/Allocator.h"
#include <algorithm>
#include <cmath>
#include <iosfwd>
+#include "platform/PlatformExport.h"
+#include "platform/geometry/FloatPoint3D.h"
+#include "platform/wtf/Allocator.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/geometry/DoubleSize.cpp ('k') | third_party/WebKit/Source/platform/geometry/FloatBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698