| Index: third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| index 3128d7f632741935a7629dae3d3e1502ba904760..39fc6da6e1e9050d2d11c304db3f789790123301 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "core/html/parser/HTMLResourcePreloader.h"
|
|
|
| +#include <memory>
|
| #include "core/dom/Document.h"
|
| #include "core/frame/Deprecation.h"
|
| #include "core/frame/Settings.h"
|
| @@ -34,7 +35,6 @@
|
| #include "platform/loader/fetch/Resource.h"
|
| #include "platform/loader/fetch/ResourceFetcher.h"
|
| #include "public/platform/Platform.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|