| Index: third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| index bcd755aae2d9e3e00a6af73a15953167f1b10f5c..65239ef6fc4db1547bf6c3ff4c2f729cc3d2ac8e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| @@ -23,9 +23,9 @@
|
|
|
| #include "core/svg/SVGAnimationElement.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| -#include "platform/ParsingUtilities.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| +#include "wtf/text/ParsingUtilities.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|