| Index: third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h b/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
|
| index c631892fac37e9a497ac45d91832b6c7243ccb2e..f45df337082e4beb2f963e25442cc1c91d21e58f 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedTransformList.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SVGAnimatedTransformList_h
|
| #define SVGAnimatedTransformList_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGTransformListTearOff.h"
|
| #include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|