Index: third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h |
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h |
index 29ddf17c574e2bce23e8509bcf9d9598b3d8f087..e2df0cdeec7006b2ebeaf6e6eeb9a5f15b3a90e1 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h |
@@ -33,6 +33,7 @@ |
#include "core/loader/NetworkHintsInterface.h" |
#include "wtf/CurrentTime.h" |
#include "wtf/text/TextPosition.h" |
+#include <memory> |
namespace blink { |
@@ -44,7 +45,7 @@ public: |
DECLARE_TRACE(); |
protected: |
- void preload(PassOwnPtr<PreloadRequest>, const NetworkHintsInterface&) override; |
+ void preload(std::unique_ptr<PreloadRequest>, const NetworkHintsInterface&) override; |
private: |
explicit HTMLResourcePreloader(Document&); |