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

Unified Diff: third_party/WebKit/Source/core/animation/AnimationTestHelper.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/AnimationTestHelper.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationTestHelper.h b/third_party/WebKit/Source/core/animation/AnimationTestHelper.h
index e2e6b9f4ecf3073262c607bbea81a786ecdceadb..f635ea2082c633fd8e153b7e857c61703a9f682c 100644
--- a/third_party/WebKit/Source/core/animation/AnimationTestHelper.h
+++ b/third_party/WebKit/Source/core/animation/AnimationTestHelper.h
@@ -5,9 +5,9 @@
#ifndef AnimationTestHelper_h
#define AnimationTestHelper_h
+#include "platform/wtf/text/StringView.h"
+#include "platform/wtf/text/WTFString.h"
#include "v8/include/v8.h"
-#include "wtf/text/StringView.h"
-#include "wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698