| Index: Source/core/svg/SVGPathStringBuilder.h
|
| diff --git a/Source/core/svg/SVGPathStringBuilder.h b/Source/core/svg/SVGPathStringBuilder.h
|
| index 1d914deae364dd4e5251a4d445bfdb8265a2d1d3..8e20442aba33cea10734d3e466565fbc782a14f1 100644
|
| --- a/Source/core/svg/SVGPathStringBuilder.h
|
| +++ b/Source/core/svg/SVGPathStringBuilder.h
|
| @@ -22,7 +22,7 @@
|
|
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/svg/SVGPathConsumer.h"
|
| -#include <wtf/text/StringBuilder.h>
|
| +#include "wtf/text/StringBuilder.h"
|
|
|
| namespace WebCore {
|
|
|
|
|