| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index f9c8a887ecc369658f36e79184c6c083f391b1ec..f4feeb479d3683ae7cabed2a41606ec0e537ea0f 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -45,6 +45,7 @@ class ProxyConfigService;
|
| class ProxyService;
|
| class SSLConfigService;
|
| class TransportSecurityState;
|
| +class URLRequestJobFactoryImpl;
|
| } // namespace net
|
|
|
| namespace policy {
|
| @@ -223,7 +224,7 @@ class ProfileIOData {
|
| void ApplyProfileParamsToContext(ChromeURLRequestContext* context) const;
|
|
|
| void SetUpJobFactoryDefaults(
|
| - net::URLRequestJobFactory* job_factory,
|
| + net::URLRequestJobFactoryImpl* job_factory,
|
| scoped_ptr<net::URLRequestJobFactory::Interceptor>
|
| protocol_handler_interceptor,
|
| net::NetworkDelegate* network_delegate,
|
|
|