| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
| index 5e8f695a098e48e44b472d0fd691316dabe674cc..1c6022dc59e94af722ed3b7fb0513ae42c722094 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.cpp
|
| @@ -40,8 +40,8 @@
|
| #include "core/svg/SVGPathElement.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/graphics/StrokeData.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/PtrUtil.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|