| Index: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| index 79701c61dcf35dffbd35eb733bcfd951f36975e8..6fa62d03b238d3a4b99d66cc216e63b20440abc3 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| @@ -31,12 +31,12 @@
|
| #ifndef HTMLImportLoader_h
|
| #define HTMLImportLoader_h
|
|
|
| +#include <memory>
|
| #include "core/dom/DocumentParserClient.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/loader/fetch/RawResource.h"
|
| #include "platform/loader/fetch/ResourceOwner.h"
|
| #include "wtf/Vector.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|