| 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 84c3644fa04669d4c73635b5d490821c89833c3a..9c1005e2fbcf7090d0bfa82785cde80287dc3540 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 {
|
|
|
|
|