| 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 65a94f6b17a34114cf390b1a153695cc3d7d67ca..4029b7eb86dbc220a932989fdec14045f0899a10 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -20,7 +20,7 @@
|
| #include "content/public/browser/resource_context.h"
|
| #include "net/cookies/cookie_monster.h"
|
| #include "net/http/http_network_session.h"
|
| -#include "net/url_request/url_request_job_factory.h"
|
| +#include "net/url_request/url_request_job_factory_impl.h"
|
|
|
| class CookieSettings;
|
| class DesktopNotificationService;
|
| @@ -224,7 +224,7 @@ class ProfileIOData {
|
| void ApplyProfileParamsToContext(ChromeURLRequestContext* context) const;
|
|
|
| void SetUpJobFactoryDefaults(
|
| - net::URLRequestJobFactory* job_factory,
|
| + net::URLRequestJobFactoryImpl* job_factory,
|
| scoped_ptr<net::URLRequestJobFactory::Interceptor>
|
| protocol_handler_interceptor,
|
| net::NetworkDelegate* network_delegate,
|
|
|