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

Unified Diff: third_party/WebKit/Source/core/animation/UnderlyingValueOwner.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/UnderlyingValueOwner.h
diff --git a/third_party/WebKit/Source/core/animation/UnderlyingValueOwner.h b/third_party/WebKit/Source/core/animation/UnderlyingValueOwner.h
index 9b2f16b11772a914bb6857e151288177f3b8336c..caa087055e34e263785ac87eba02ec58feb9aef5 100644
--- a/third_party/WebKit/Source/core/animation/UnderlyingValueOwner.h
+++ b/third_party/WebKit/Source/core/animation/UnderlyingValueOwner.h
@@ -5,10 +5,10 @@
#ifndef UnderlyingValueOwner_h
#define UnderlyingValueOwner_h
-#include "core/animation/TypedInterpolationValue.h"
-#include "wtf/Allocator.h"
-#include "wtf/Noncopyable.h"
#include <memory>
+#include "core/animation/TypedInterpolationValue.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Noncopyable.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698