| Index: net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| diff --git a/net/proxy/proxy_script_fetcher_impl_unittest.cc b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| index d58c5bccd62931bc936393915c7d276b51f5566d..64626439b7a4e7334e23c445b9e12697d4c90661 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -65,8 +65,7 @@ class RequestContext : public URLRequestContext {
|
| scoped_refptr<HttpNetworkSession> network_session(
|
| new HttpNetworkSession(params));
|
| storage_.set_http_transaction_factory(new HttpCache(
|
| - network_session,
|
| - HttpCache::DefaultBackend::InMemory(0)));
|
| + network_session.get(), HttpCache::DefaultBackend::InMemory(0)));
|
| URLRequestJobFactoryImpl* job_factory = new URLRequestJobFactoryImpl();
|
| job_factory->SetProtocolHandler("file", new FileProtocolHandler());
|
| storage_.set_job_factory(job_factory);
|
|
|