| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 48c445db6464c2f002b99a7fb02d77fa461b1695..bb8a7557554ea261270e17ea527822bee0cde027 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -22,8 +22,8 @@
|
| #include "chrome/browser/content_settings/host_content_settings_map_factory.h"
|
| #include "chrome/browser/dom_distiller/profile_utils.h"
|
| #include "chrome/browser/download/chrome_download_manager_delegate.h"
|
| -#include "chrome/browser/download/download_service.h"
|
| -#include "chrome/browser/download/download_service_factory.h"
|
| +#include "chrome/browser/download/download_core_service.h"
|
| +#include "chrome/browser/download/download_core_service_factory.h"
|
| #include "chrome/browser/io_thread.h"
|
| #include "chrome/browser/net/chrome_url_request_context_getter.h"
|
| #include "chrome/browser/net/proxy_service_factory.h"
|
| @@ -311,8 +311,8 @@ PrefService* OffTheRecordProfileImpl::GetOffTheRecordPrefs() {
|
| }
|
|
|
| DownloadManagerDelegate* OffTheRecordProfileImpl::GetDownloadManagerDelegate() {
|
| - return DownloadServiceFactory::GetForBrowserContext(this)->
|
| - GetDownloadManagerDelegate();
|
| + return DownloadCoreServiceFactory::GetForBrowserContext(this)
|
| + ->GetDownloadManagerDelegate();
|
| }
|
|
|
| net::URLRequestContextGetter* OffTheRecordProfileImpl::CreateRequestContext(
|
|
|