Index: third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
index c3bc8a9936ac9dfe59211efc5ae94629283c39fb..f75474b77951fffe1b2a6c03f9e114d07bfc0212 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h |
@@ -26,6 +26,7 @@ |
#ifndef HTMLDocumentParser_h |
#define HTMLDocumentParser_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/dom/ParserContentPolicy.h" |
#include "core/dom/ScriptableDocumentParser.h" |
@@ -48,7 +49,6 @@ |
#include "wtf/RefPtr.h" |
#include "wtf/WeakPtr.h" |
#include "wtf/text/TextPosition.h" |
-#include <memory> |
namespace blink { |