| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| index 1cf9decdeebce595b870cc8a8a4486529cb01039..1cd896115adaa48dbe0ec60ae87ddd0a50509c83 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGShape.h
|
| @@ -26,12 +26,12 @@
|
| #ifndef LayoutSVGShape_h
|
| #define LayoutSVGShape_h
|
|
|
| +#include <memory>
|
| #include "core/layout/svg/LayoutSVGModelObject.h"
|
| #include "core/layout/svg/SVGMarkerData.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/Vector.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|