| Index: third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| index 59a96e84d6b777c69f118721973297e4be08f073..209292ab5bf4c0a302b68fb576e0de6fcb269713 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
|
| @@ -30,12 +30,12 @@
|
| #ifndef ShapeOutsideInfo_h
|
| #define ShapeOutsideInfo_h
|
|
|
| +#include <memory>
|
| #include "core/layout/shapes/Shape.h"
|
| #include "core/style/ShapeValue.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/geometry/LayoutSize.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|