| Index: third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| index d0a750a50c79570169a2eba1e8e6bce0cbded0c7..e7dd8f8608966674971e93eb75d0af4470e64615 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedInteger.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SVGAnimatedInteger_h
|
| #define SVGAnimatedInteger_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGInteger.h"
|
| #include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|