Chromium Code Reviews| Index: Source/core/svg/SVGAnimateTransformElement.cpp |
| diff --git a/Source/core/svg/SVGAnimateTransformElement.cpp b/Source/core/svg/SVGAnimateTransformElement.cpp |
| index 01e9011533660dff7269dacc7616ba2d5456345f..ed78bf0c1463a0bf29b6bd8048a7430d638f5798 100644 |
| --- a/Source/core/svg/SVGAnimateTransformElement.cpp |
| +++ b/Source/core/svg/SVGAnimateTransformElement.cpp |
| @@ -25,9 +25,9 @@ |
| #if ENABLE(SVG) |
| #include "SVGAnimateTransformElement.h" |
| -#include "Attribute.h" |
| #include "SVGNames.h" |
| #include "SVGTransformable.h" |
| +#include "core/dom/Attribute.h" |
| namespace WebCore { |