| Index: third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
 | 
| index 5422c57f26f73dbef20bcc70007e23e968304288..fb9cd8d2a18f0f051cdad8ac203839c3d768a160 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
 | 
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.cpp
 | 
| @@ -19,12 +19,12 @@
 | 
|  
 | 
|  #include "core/layout/svg/SVGResourcesCache.h"
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/HTMLNames.h"
 | 
|  #include "core/layout/svg/LayoutSVGResourceContainer.h"
 | 
|  #include "core/layout/svg/SVGResources.h"
 | 
|  #include "core/layout/svg/SVGResourcesCycleSolver.h"
 | 
|  #include "core/svg/SVGDocumentExtensions.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |