| Index: third_party/WebKit/Source/core/animation/DocumentTimeline.h
|
| diff --git a/third_party/WebKit/Source/core/animation/DocumentTimeline.h b/third_party/WebKit/Source/core/animation/DocumentTimeline.h
|
| index 8d61d07d6eacf35ac0da7ca8767487a4f7e325e7..f9317caab8a94f6d54320df26791d76b2efc4239 100644
|
| --- a/third_party/WebKit/Source/core/animation/DocumentTimeline.h
|
| +++ b/third_party/WebKit/Source/core/animation/DocumentTimeline.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef DocumentTimeline_h
|
| #define DocumentTimeline_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/animation/AnimationTimeline.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|