Index: third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp |
index 1cedf7ffcdc90cdb3c975c1cc49d9682be879091..bfd3ff05386c855632220970eef2e1e4727ac09e 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGAnimateTransformElement.cpp |
@@ -21,11 +21,10 @@ |
*/ |
#include "config.h" |
- |
#include "core/svg/SVGAnimateTransformElement.h" |
#include "core/SVGNames.h" |
-#include "core/svg/SVGParserUtilities.h" |
+#include "core/svg/SVGTransformList.h" |
namespace blink { |