| Index: third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
|
| index 458679a0c5b29ecb36bba2e9550e8aad95c09501..aae6753975f8bae56a0cd5d1e60c2059d4f1e646 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutSVGTextPath.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef LineLayoutSVGTextPath_h
|
| #define LineLayoutSVGTextPath_h
|
|
|
| +#include <memory>
|
| #include "core/layout/api/LineLayoutSVGInline.h"
|
| #include "core/layout/svg/LayoutSVGTextPath.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|