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

Unified Diff: third_party/WebKit/Source/core/animation/ListInterpolationFunctions.cpp

Issue 2798393005: Rewrite references to "wtf/" to "platform/wtf/" in core/animation. (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/core/animation/ListInterpolationFunctions.cpp
diff --git a/third_party/WebKit/Source/core/animation/ListInterpolationFunctions.cpp b/third_party/WebKit/Source/core/animation/ListInterpolationFunctions.cpp
index fb5c42ddab50efdf9c1d33c48370ad92d52da785..af8e46e405e44f0a1921308f700a870a2fd9a91b 100644
--- a/third_party/WebKit/Source/core/animation/ListInterpolationFunctions.cpp
+++ b/third_party/WebKit/Source/core/animation/ListInterpolationFunctions.cpp
@@ -4,10 +4,10 @@
#include "core/animation/ListInterpolationFunctions.h"
+#include <memory>
#include "core/animation/UnderlyingValueOwner.h"
#include "core/css/CSSValueList.h"
-#include "wtf/MathExtras.h"
-#include <memory>
+#include "platform/wtf/MathExtras.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698