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..9b4350215be80ee20aa282cad02496825731cef0 100644 |
--- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h |
+++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h |
@@ -30,7 +30,6 @@ |
#include "core/fetch/Resource.h" |
#include "core/html/parser/PreloadRequest.h" |
#include "core/html/parser/ResourcePreloader.h" |
-#include "core/loader/NetworkHintsInterface.h" |
#include "wtf/CurrentTime.h" |
#include "wtf/text/TextPosition.h" |
@@ -44,7 +43,7 @@ public: |
DECLARE_TRACE(); |
protected: |
- void preload(PassOwnPtr<PreloadRequest>, const NetworkHintsInterface&) override; |
+ void preload(PassOwnPtr<PreloadRequest>) override; |
private: |
explicit HTMLResourcePreloader(Document&); |