| 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 2e0b896783ae8378f826a71f035a946bb0968564..6897619b19e43bcacec75e48864f7928603b794f 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -32,7 +32,7 @@
|
| #include "net/http/http_server_properties_impl.h"
|
| #include "net/url_request/file_protocol_handler.h"
|
| #include "net/url_request/ftp_protocol_handler.h"
|
| -#include "net/url_request/url_request_job_factory.h"
|
| +#include "net/url_request/url_request_job_factory_impl.h"
|
| #include "webkit/database/database_tracker.h"
|
|
|
| using content::BrowserThread;
|
| @@ -252,8 +252,8 @@ void OffTheRecordProfileIOData::LazyInitializeInternal(
|
| main_context->set_chrome_url_data_manager_backend(
|
| chrome_url_data_manager_backend());
|
|
|
| - main_job_factory_.reset(new net::URLRequestJobFactory);
|
| - extensions_job_factory_.reset(new net::URLRequestJobFactory);
|
| + main_job_factory_.reset(new net::URLRequestJobFactoryImpl);
|
| + extensions_job_factory_.reset(new net::URLRequestJobFactoryImpl);
|
|
|
| int set_protocol = main_job_factory_->SetProtocolHandler(
|
| chrome::kFileScheme, new net::FileProtocolHandler());
|
|
|