| Index: third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
|
| index 6d1b12fa7c7358009311197785497dc38b0771bb..39d0de6c9b154b262ec4268da4d58b066d27f686 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGResourcesCache.h
|
| @@ -20,11 +20,11 @@
|
| #ifndef SVGResourcesCache_h
|
| #define SVGResourcesCache_h
|
|
|
| +#include <memory>
|
| #include "core/style/StyleDifference.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|