| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index 37b075833bd14a54cb5b6f7998e9c85428b8ec6b..d6f546aaa9284f5bb46516ca7198e9b39239f77f 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -270,7 +270,7 @@ void OffTheRecordProfileIOData::
|
| // SetUpJobFactoryDefaults() to get this effect.
|
| extensions_job_factory_ = SetUpJobFactoryDefaults(
|
| extensions_job_factory.Pass(),
|
| - scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>(NULL),
|
| + scoped_ptr<ProtocolHandlerRegistry::JobInterceptorFactory>(),
|
| NULL,
|
| ftp_factory_.get());
|
| extensions_context->set_job_factory(extensions_job_factory_.get());
|
|
|