| Index: third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index d2e051f6c2089dbb54031a25592e93d90ff0659e..0f227210384b923f2b1048609213da90291cd7de 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "core/svg/SVGPathElement.h"
|
| #include "core/svg/SVGPathUtilities.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/StdLibExtras.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|