| Index: Source/core/platform/graphics/SVGGlyph.h
|
| diff --git a/Source/core/platform/graphics/SVGGlyph.h b/Source/core/platform/graphics/SVGGlyph.h
|
| index c68fe312592215c5164a4aa86430bd86067ce410..740faae348f6a28050f7a54fa802f629943d5d1f 100644
|
| --- a/Source/core/platform/graphics/SVGGlyph.h
|
| +++ b/Source/core/platform/graphics/SVGGlyph.h
|
| @@ -28,8 +28,8 @@
|
| #include "core/platform/graphics/Path.h"
|
|
|
| #include <limits>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/text/WTFString.h"
|
| +#include "wtf/Vector.h"
|
|
|
| namespace WebCore {
|
|
|
|
|