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

Unified Diff: third_party/WebKit/Source/web/tests/AnimationSimTest.cpp

Issue 2805733003: Rewrite references to "wtf/" to "platform/wtf/" in web. (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/web/tests/AnimationSimTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp b/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
index d83818dc7a3e71dab571a8ea0d90d6634b580998..551cfeae39724e8b2035842879edafffdfff42c4 100644
--- a/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
+++ b/third_party/WebKit/Source/web/tests/AnimationSimTest.cpp
@@ -5,13 +5,13 @@
#include "core/animation/ElementAnimation.h"
#include "core/css/PropertyDescriptor.h"
#include "core/css/PropertyRegistration.h"
+#include "platform/wtf/CurrentTime.h"
#include "public/web/WebScriptSource.h"
#include "web/WebLocalFrameImpl.h"
#include "web/tests/sim/SimCompositor.h"
#include "web/tests/sim/SimDisplayItemList.h"
#include "web/tests/sim/SimRequest.h"
#include "web/tests/sim/SimTest.h"
-#include "wtf/CurrentTime.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698