| 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 255a26aab504aa005f4234b829202d248e5db861..c6ebbce026da5214b9e565fa25d163d5fd47e92a 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -244,8 +244,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,
|
|
|