| Index: chrome/browser/profiles/profile_impl_io_data.h | 
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h | 
| index 36365d19b81fb1b035417a98236326cf39b77daf..274c44ca16eb0ea3321d6591bfc7254676ef61b0 100644 | 
| --- a/chrome/browser/profiles/profile_impl_io_data.h | 
| +++ b/chrome/browser/profiles/profile_impl_io_data.h | 
| @@ -171,12 +171,13 @@ class ProfileImplIOData : public ProfileIOData { | 
| virtual chrome_browser_net::LoadTimeStats* GetLoadTimeStats( | 
| IOThread::Globals* io_thread_globals) const OVERRIDE; | 
|  | 
| -  void SetUpJobFactory(net::URLRequestJobFactoryImpl* job_factory, | 
| -                       scoped_ptr<net::URLRequestJobFactory::Interceptor> | 
| -                           protocol_handler_interceptor, | 
| -                       net::NetworkDelegate* network_delegate, | 
| -                       net::FtpTransactionFactory* ftp_transaction_factory, | 
| -                       net::FtpAuthCache* ftp_auth_cache) const; | 
| +  scoped_ptr<net::URLRequestJobFactory> SetUpJobFactory( | 
| +      scoped_ptr<net::URLRequestJobFactoryImpl> job_factory, | 
| +      scoped_ptr<net::URLRequestJobFactory::Interceptor> | 
| +          protocol_handler_interceptor, | 
| +      net::NetworkDelegate* network_delegate, | 
| +      net::FtpTransactionFactory* ftp_transaction_factory, | 
| +      net::FtpAuthCache* ftp_auth_cache) const; | 
|  | 
| // Deletes all network related data since |time|. It deletes transport | 
| // security state since |time| and also deletes HttpServerProperties data. | 
|  |