| 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 6942444dab4b766c5cf786c5477deb890a865c7b..87ec9bee2acc67d40869d867dc96f1a767082764 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>
|
|
|
| namespace blink {
|
|
|
|
|