| Index: third_party/WebKit/Source/core/svg/SVGPath.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGPath.cpp b/third_party/WebKit/Source/core/svg/SVGPath.cpp
 | 
| index 187fc290bbd9ae6834da15cec5185c027adf09f3..0476efd22670c2fe2271787c829dae1b4c106802 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGPath.cpp
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGPath.cpp
 | 
| @@ -23,6 +23,7 @@
 | 
|  
 | 
|  #include "core/svg/SVGPath.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/SVGNames.h"
 | 
|  #include "core/svg/SVGAnimationElement.h"
 | 
|  #include "core/svg/SVGPathBlender.h"
 | 
| @@ -31,7 +32,6 @@
 | 
|  #include "core/svg/SVGPathByteStreamSource.h"
 | 
|  #include "core/svg/SVGPathUtilities.h"
 | 
|  #include "platform/graphics/Path.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |