| Index: Source/core/rendering/svg/SVGTextLayoutAttributes.h
|
| diff --git a/Source/core/rendering/svg/SVGTextLayoutAttributes.h b/Source/core/rendering/svg/SVGTextLayoutAttributes.h
|
| index 5bea52328dbbc8360b6a4d309061b934b380754c..d444a7fdde10714846b95e7e034bcc635ebe4c25 100644
|
| --- a/Source/core/rendering/svg/SVGTextLayoutAttributes.h
|
| +++ b/Source/core/rendering/svg/SVGTextLayoutAttributes.h
|
| @@ -21,11 +21,11 @@
|
| #define SVGTextLayoutAttributes_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGTextMetrics.h"
|
| +#include "core/rendering/svg/SVGTextMetrics.h"
|
| #include <wtf/HashMap.h>
|
| #include <wtf/Noncopyable.h>
|
| -#include <wtf/Vector.h>
|
| #include <wtf/text/WTFString.h>
|
| +#include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|
|
|