| Index: third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
|
| index 0950b9e269877b2cf62d63a3a5e015b656d6527c..3f44dc8da8660bb7e8d96a513964fb90cbf13dc2 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimatedEnumerationBase.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef SVGAnimatedEnumerationBase_h
|
| #define SVGAnimatedEnumerationBase_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/svg/SVGEnumeration.h"
|
| #include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
|
|
| namespace blink {
|
|
|
|
|