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

Unified Diff: third_party/WebKit/Source/core/animation/Interpolation.h

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/Interpolation.h
diff --git a/third_party/WebKit/Source/core/animation/Interpolation.h b/third_party/WebKit/Source/core/animation/Interpolation.h
index bde0825ed1cec08834421b74f7ebc7cb464192a8..cd35ba746fe684aa4f1465d66c3f832f9664230e 100644
--- a/third_party/WebKit/Source/core/animation/Interpolation.h
+++ b/third_party/WebKit/Source/core/animation/Interpolation.h
@@ -5,11 +5,11 @@
#ifndef Interpolation_h
#define Interpolation_h
+#include <memory>
#include "core/CoreExport.h"
#include "core/animation/InterpolableValue.h"
-#include "wtf/Forward.h"
-#include "wtf/RefCounted.h"
-#include <memory>
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/RefCounted.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698