| 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 0fa35ba64e95cf5ff7ea86bcf123549be1ab9a3c..2e1712d25808b741bce7e82a1eaa4876129255c1 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -241,8 +241,8 @@ class ProfileIOData {
|
| void InitializeOnUIThread(Profile* profile);
|
| void ApplyProfileParamsToContext(ChromeURLRequestContext* context) const;
|
|
|
| - void SetUpJobFactoryDefaults(
|
| - net::URLRequestJobFactoryImpl* job_factory,
|
| + scoped_ptr<net::URLRequestJobFactory> SetUpJobFactoryDefaults(
|
| + scoped_ptr<net::URLRequestJobFactoryImpl> job_factory,
|
| scoped_ptr<net::URLRequestJobFactory::Interceptor>
|
| protocol_handler_interceptor,
|
| net::NetworkDelegate* network_delegate,
|
|
|