Index: third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp |
diff --git a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp |
index 2a325cf5f10f5a93e38f2c6dc56a259455450a44..8b444255693439921c99e677f5b5bdeba7407126 100644 |
--- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp |
+++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp |
@@ -25,6 +25,7 @@ |
#include "core/html/parser/BackgroundHTMLParser.h" |
+#include <memory> |
#include "core/HTMLNames.h" |
#include "core/html/parser/HTMLDocumentParser.h" |
#include "core/html/parser/TextResourceDecoder.h" |
@@ -38,7 +39,6 @@ |
#include "wtf/Functional.h" |
#include "wtf/PtrUtil.h" |
#include "wtf/text/TextPosition.h" |
-#include <memory> |
namespace blink { |