| 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 3579ea5957374a3589fd2390065e3c9d8bbd6172..924d97f2869f48d0dbfe57357e1b038359e93881 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl_unittest.cc
|
| @@ -98,7 +98,8 @@ class RequestContext : public URLRequestContext {
|
| storage_.http_network_session(), HttpCache::DefaultBackend::InMemory(0),
|
| false));
|
| std::unique_ptr<URLRequestJobFactoryImpl> job_factory =
|
| - base::MakeUnique<URLRequestJobFactoryImpl>();
|
| + URLRequestJobFactoryImpl::CreateWithHttpProtocolHandlers();
|
| +
|
| #if !defined(DISABLE_FILE_SUPPORT)
|
| job_factory->SetProtocolHandler("file",
|
| base::MakeUnique<FileProtocolHandler>(
|
|
|