| Index: third_party/WebKit/Source/core/dom/DocumentParser.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/DocumentParser.cpp b/third_party/WebKit/Source/core/dom/DocumentParser.cpp
|
| index 07f5780107b464a25092369866cbaca09099fac9..bfd517d63ea285232bfcb3fa6a71ea9c39c9f53e 100644
|
| --- a/third_party/WebKit/Source/core/dom/DocumentParser.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/DocumentParser.cpp
|
| @@ -25,11 +25,11 @@
|
|
|
| #include "core/dom/DocumentParser.h"
|
|
|
| +#include <memory>
|
| #include "core/dom/Document.h"
|
| #include "core/dom/DocumentParserClient.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| -#include "wtf/Assertions.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|