| Index: chrome/browser/profiles/profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
|
| index 78153f5e1371dbc29328b18a54d92590db72a41a..cdf1d52e58dec8818391efd67a8cbeafc734d55b 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -66,6 +66,7 @@
|
| #include "net/url_request/file_protocol_handler.h"
|
| #include "net/url_request/ftp_protocol_handler.h"
|
| #include "net/url_request/url_request.h"
|
| +#include "net/url_request/url_request_job_factory_impl.h"
|
|
|
| #if !defined(OS_ANDROID)
|
| #include "chrome/browser/managed_mode.h"
|
| @@ -584,7 +585,7 @@ void ProfileIOData::ApplyProfileParamsToContext(
|
| }
|
|
|
| void ProfileIOData::SetUpJobFactoryDefaults(
|
| - net::URLRequestJobFactory* job_factory,
|
| + net::URLRequestJobFactoryImpl* job_factory,
|
| scoped_ptr<net::URLRequestJobFactory::Interceptor>
|
| protocol_handler_interceptor,
|
| net::NetworkDelegate* network_delegate,
|
|
|