| Index: third_party/WebKit/Source/core/svg/SVGTransform.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGTransform.cpp b/third_party/WebKit/Source/core/svg/SVGTransform.cpp
|
| index 403f11e6be88197b692ecbbc73b9fc39f2af8adc..199c4972f6b1723ff6f454a878e592d459e8afe3 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGTransform.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGTransform.cpp
|
| @@ -21,8 +21,8 @@
|
| #include "core/svg/SVGTransform.h"
|
|
|
| #include "platform/geometry/FloatSize.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|