Index: third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp |
diff --git a/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp b/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp |
index d2c68ce96358e2d9cf4f75020e578722e52848c3..6254010051b3d30995b60ba19eecf8c2636d616d 100644 |
--- a/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp |
+++ b/third_party/WebKit/Source/core/svg/UnsafeSVGAttributeSanitizationTest.cpp |
@@ -5,6 +5,7 @@ |
// FIXME(dominicc): Poor confused check-webkit-style demands Attribute.h here. |
#include "core/dom/Attribute.h" |
+#include <memory> |
#include "core/HTMLNames.h" |
#include "core/SVGNames.h" |
#include "core/XLinkNames.h" |
@@ -27,7 +28,6 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
// Test that SVG content with JavaScript URLs is sanitized by removing |
// the URLs. This sanitization happens when the content is pasted or |