| Index: Source/core/rendering/svg/SVGTextLayoutAttributes.h
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutAttributes.h b/Source/core/rendering/svg/SVGTextLayoutAttributes.h
|
| index 0e2f5303fc145f9311d984b27069b38f78dfa9b4..e3f41bbbc4883fc0400682b4ee7b37a91d7902e6 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutAttributes.h
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutAttributes.h
|
| @@ -21,10 +21,10 @@
|
| #define SVGTextLayoutAttributes_h
|
|
|
| #include "core/rendering/svg/SVGTextMetrics.h"
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/text/WTFString.h>
|
| -#include <wtf/Vector.h>
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|