| Index: third_party/WebKit/Source/core/svg/SVGAnimatedLength.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h
|
| index 8c23c69d01a6d6e258336d3daf34efe92bb68d5b..a29c4ad47e2dde5e8dcf76128d71c533f66bf430 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedLength.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SVGAnimatedLength_h
|
| #define SVGAnimatedLength_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGLengthTearOff.h"
|
| #include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|