Index: third_party/WebKit/Source/core/layout/svg/SVGResources.cpp |
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp b/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp |
index 95c9032bec5b44ae4b5d8a2eb2fbb5ca5917b0cc..5c5f8d1b4a148197692b82540090e9b63188866b 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp |
+++ b/third_party/WebKit/Source/core/layout/svg/SVGResources.cpp |
@@ -19,6 +19,7 @@ |
#include "core/layout/svg/SVGResources.h" |
+#include <memory> |
#include "core/SVGNames.h" |
#include "core/layout/svg/LayoutSVGResourceClipper.h" |
#include "core/layout/svg/LayoutSVGResourceFilter.h" |
@@ -31,7 +32,6 @@ |
#include "core/svg/SVGPatternElement.h" |
#include "core/svg/SVGURIReference.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
#ifndef NDEBUG |
#include <stdio.h> |