Index: third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h |
diff --git a/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h b/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h |
index 887cd85d6dce25f1052d2cc650b24759506f6642..0128ee7125cfc18cdfe2c006924fb9ce1dfabae7 100644 |
--- a/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h |
+++ b/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h |
@@ -5,13 +5,13 @@ |
#ifndef TokenizedChunkQueue_h |
#define TokenizedChunkQueue_h |
+#include <memory> |
#include "core/html/parser/HTMLDocumentParser.h" |
#include "wtf/Deque.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/ThreadSafeRefCounted.h" |
#include "wtf/ThreadingPrimitives.h" |
#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |