| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h
|
| index 4fba1a38987490bb14e976bc0121a48dd2977dfc..74a7ab7551657d876c54a58c02a3beb01953e522 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGTextPath.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef LayoutSVGTextPath_h
|
| #define LayoutSVGTextPath_h
|
|
|
| -#include "core/layout/svg/LayoutSVGInline.h"
|
| -#include "wtf/PtrUtil.h"
|
| #include <memory>
|
| +#include "core/layout/svg/LayoutSVGInline.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|