| Index: third_party/WebKit/Source/core/layout/shapes/Shape.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
 | 
| index a9375b55ec0445e74d66e065136345f7c217d98a..a1cfa912c510be65e5dcebc26bb9e7009b89781d 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/shapes/Shape.cpp
 | 
| @@ -29,6 +29,7 @@
 | 
|  
 | 
|  #include "core/layout/shapes/Shape.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/css/BasicShapeFunctions.h"
 | 
|  #include "core/dom/DOMArrayBuffer.h"
 | 
|  #include "core/dom/DOMTypedArray.h"
 | 
| @@ -47,7 +48,6 @@
 | 
|  #include "wtf/MathExtras.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
|  #include "wtf/typed_arrays/ArrayBufferContents.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |