| Index: third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h b/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h
|
| index eb6b5b6c56a2e74cedfcc0b84c17912dcf43673c..4eccd5710b46c4e3b3d07dbf8f7c3101e6a394e5 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedBoolean.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SVGAnimatedBoolean_h
|
| #define SVGAnimatedBoolean_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGBoolean.h"
|
| #include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|