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

Unified Diff: third_party/WebKit/Source/core/css/CSSToLengthConversionData.h

Issue 2813863003: Rewrite references to "wtf/" to "platform/wtf/" in core/css and core/style. (Closed)
Patch Set: Rebase. 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/core/css/CSSToLengthConversionData.h
diff --git a/third_party/WebKit/Source/core/css/CSSToLengthConversionData.h b/third_party/WebKit/Source/core/css/CSSToLengthConversionData.h
index b67167eb1d240e30eb6d687cdf85d0a0a93eaf5a..b76897dddcb1fb1fd21d2cec9adfe5abb18cd52c 100644
--- a/third_party/WebKit/Source/core/css/CSSToLengthConversionData.h
+++ b/third_party/WebKit/Source/core/css/CSSToLengthConversionData.h
@@ -31,13 +31,13 @@
#ifndef CSSToLengthConversionData_h
#define CSSToLengthConversionData_h
+#include <limits>
#include "core/CoreExport.h"
#include "core/css/CSSPrimitiveValue.h"
#include "platform/geometry/DoubleSize.h"
-#include "wtf/Allocator.h"
-#include "wtf/Assertions.h"
-#include "wtf/MathExtras.h"
-#include <limits>
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Assertions.h"
+#include "platform/wtf/MathExtras.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/css/CSSTimingFunctionValue.cpp ('k') | third_party/WebKit/Source/core/css/CSSURIValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698