| Index: third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.h b/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.h
|
| index 4b0db8daf2b9bcd0113f15c3eb17ba2d167f1dab..e20c7ec55aec1f9eacca9f2c41fbb39538104497 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/AtomicHTMLToken.h
|
| @@ -26,13 +26,13 @@
|
| #ifndef AtomicHTMLToken_h
|
| #define AtomicHTMLToken_h
|
|
|
| +#include <memory>
|
| #include "core/HTMLElementLookupTrie.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/html/parser/CompactHTMLToken.h"
|
| #include "core/html/parser/HTMLToken.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|