| Index: Source/core/svg/SVGPathByteStreamBuilder.h
|
| diff --git a/Source/core/svg/SVGPathByteStreamBuilder.h b/Source/core/svg/SVGPathByteStreamBuilder.h
|
| index 40636ba19ae559cc49de207d7c16edbae2400588..06c26e6805ef3ed8007cb45ce48bd5a9b9b45c43 100644
|
| --- a/Source/core/svg/SVGPathByteStreamBuilder.h
|
| +++ b/Source/core/svg/SVGPathByteStreamBuilder.h
|
| @@ -23,8 +23,8 @@
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/svg/SVGPathByteStream.h"
|
| #include "core/svg/SVGPathConsumer.h"
|
| -#include <wtf/PassOwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/PassOwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|