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

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

Issue 2848243004: Clean up bindings/core/v8 (Part 2) (Closed)
Patch Set: Rebase 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/AnimationEffectTimingReadOnly.h
diff --git a/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.h b/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.h
index 1d6826ab04650c54bc28530a2fab26c1d6dee7b4..3fad15a64dc6cb901b20c9bbc5dd6ab4b9a82f9a 100644
--- a/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.h
+++ b/third_party/WebKit/Source/core/animation/AnimationEffectTimingReadOnly.h
@@ -5,9 +5,9 @@
#ifndef AnimationEffectTimingReadOnly_h
#define AnimationEffectTimingReadOnly_h
-#include "bindings/core/v8/ScriptWrappable.h"
#include "core/CoreExport.h"
#include "core/animation/AnimationEffectReadOnly.h"
+#include "platform/bindings/ScriptWrappable.h"
#include "platform/wtf/text/WTFString.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698