| Index: third_party/WebKit/Source/core/layout/shapes/RasterShape.h
|
| diff --git a/third_party/WebKit/Source/core/layout/shapes/RasterShape.h b/third_party/WebKit/Source/core/layout/shapes/RasterShape.h
|
| index da78fcd4425f0a71a7cccfb284189e402f26df6c..21124864ef6be130ef2465600971980b5335d2f9 100644
|
| --- a/third_party/WebKit/Source/core/layout/shapes/RasterShape.h
|
| +++ b/third_party/WebKit/Source/core/layout/shapes/RasterShape.h
|
| @@ -30,12 +30,12 @@
|
| #ifndef RasterShape_h
|
| #define RasterShape_h
|
|
|
| +#include <memory>
|
| #include "core/layout/shapes/Shape.h"
|
| #include "core/layout/shapes/ShapeInterval.h"
|
| #include "platform/geometry/FloatRect.h"
|
| #include "wtf/Assertions.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|