| Index: third_party/WebKit/Source/core/svg/SVGRectTearOff.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGRectTearOff.h b/third_party/WebKit/Source/core/svg/SVGRectTearOff.h
|
| index dea765774b861040ca0b3d01f7acddf4f6fd8141..b959b219df1c849cd80ae9eeb56db3e7861c3692 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGRectTearOff.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGRectTearOff.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SVGRectTearOff_h
|
| #define SVGRectTearOff_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGRect.h"
|
| #include "core/svg/properties/SVGPropertyTearOff.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|