| 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 {
|
|
|