Index: content/browser/service_worker/link_header_support.h |
diff --git a/content/browser/service_worker/link_header_support.h b/content/browser/service_worker/link_header_support.h |
index b47a6b06503a9ba5df00988f437af82aeb96b719..b57dfbfb2734df243f2d09c0b4624fb1afa54b69 100644 |
--- a/content/browser/service_worker/link_header_support.h |
+++ b/content/browser/service_worker/link_header_support.h |
@@ -19,10 +19,10 @@ class URLRequest; |
namespace content { |
class ServiceWorkerContextWrapper; |
-void ProcessRequestForLinkHeaders(const net::URLRequest* request); |
+void ProcessRequestForLinkHeaders(net::URLRequest* request); |
CONTENT_EXPORT void ProcessLinkHeaderForRequest( |
- const net::URLRequest* request, |
+ net::URLRequest* request, |
const std::string& link_header, |
ServiceWorkerContextWrapper* service_worker_context_for_testing = nullptr); |