| Index: third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
|
| index 63a861c07598d98eb886364e2351607063f78d05..ba4ad673087c9defbfba8624c763d3b959556be6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGPathStringBuilder.h
|
| @@ -22,7 +22,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/svg/SVGPathConsumer.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|