| Index: Source/core/svg/SVGPathConsumer.h
|
| diff --git a/Source/core/svg/SVGPathConsumer.h b/Source/core/svg/SVGPathConsumer.h
|
| index a1092466b171ecc6d0a0339f32d1ed7ac2169034..fbd9e5609c3b8779a04dc61744bdf0d25f67083d 100644
|
| --- a/Source/core/svg/SVGPathConsumer.h
|
| +++ b/Source/core/svg/SVGPathConsumer.h
|
| @@ -25,8 +25,8 @@
|
| #define SVGPathConsumer_h
|
|
|
| #include "core/platform/graphics/FloatPoint.h"
|
| -#include <wtf/FastAllocBase.h>
|
| -#include <wtf/Noncopyable.h>
|
| +#include "wtf/FastAllocBase.h"
|
| +#include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
|
|
|
|