| 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 4c607f2080e821d56c8c6b87063081cf3ed7f154..e038c3f21bed26c9dbad66f4a75fc81c0f962e93 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>
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|