| Index: third_party/WebKit/Source/core/html/parser/HTMLToken.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLToken.h b/third_party/WebKit/Source/core/html/parser/HTMLToken.h
|
| index bbbebc542a3858ef3e05ba309983c1a9564bfa27..42e800df570c10d0de8df48307b78d455bd6efd9 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLToken.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLToken.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef HTMLToken_h
|
| #define HTMLToken_h
|
|
|
| +#include <memory>
|
| #include "core/dom/Attribute.h"
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|