Index: content/browser/net/view_http_cache_job_factory.cc |
diff --git a/content/browser/net/view_http_cache_job_factory.cc b/content/browser/net/view_http_cache_job_factory.cc |
index 738524f88e047a297649bc665abf228f9952618e..a8e1241ddcab22742a1ab7f7f7ff6329402b29eb 100644 |
--- a/content/browser/net/view_http_cache_job_factory.cc |
+++ b/content/browser/net/view_http_cache_job_factory.cc |
@@ -25,7 +25,7 @@ namespace { |
class ViewHttpCacheJob : public net::URLRequestJob { |
public: |
explicit ViewHttpCacheJob(net::URLRequest* request) |
- : net::URLRequestJob(request), |
+ : net::URLRequestJob(request, request->context()->network_delegate()), |
core_(new Core), |
ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)), |
ALLOW_THIS_IN_INITIALIZER_LIST( |