| Index: third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp
|
| index 5dae2334af422bf886685c211627b35116acdc4b..e5eaba625387061992be32fcd04192a609b13c16 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.cpp
|
| @@ -20,7 +20,7 @@
|
| #include "config.h"
|
| #include "core/svg/SVGPathStringBuilder.h"
|
|
|
| -#include "core/svg/SVGPathSeg.h"
|
| +#include "core/svg/SVGPathData.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|