| 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 f588d619c9453466c4dd6f771d976c17edf4d2a0..76e094c6907fb95d49ed26374e8f86c5fddc81cc 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>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|