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

Unified Diff: third_party/WebKit/Source/core/animation/EffectStack.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/EffectStack.h
diff --git a/third_party/WebKit/Source/core/animation/EffectStack.h b/third_party/WebKit/Source/core/animation/EffectStack.h
index ed62d71c6c0f383aec315aa334a4c120fc6d5fc1..228f432ae95c9d0431f4375cb8b82b7fc21c5af4 100644
--- a/third_party/WebKit/Source/core/animation/EffectStack.h
+++ b/third_party/WebKit/Source/core/animation/EffectStack.h
@@ -38,8 +38,8 @@
#include "core/animation/PropertyHandle.h"
#include "core/animation/SampledEffect.h"
#include "platform/geometry/FloatBox.h"
-#include "wtf/HashSet.h"
-#include "wtf/Vector.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/Vector.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/animation/EffectModel.h ('k') | third_party/WebKit/Source/core/animation/EffectStack.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698