| 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 7435f8d933426255a5842a963b7ef59ae8603d30..fa4d8f6c0fb023627770ded327231feced65800b 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>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|