Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3138)

Unified Diff: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc

Issue 2853363002: Rename the DownloadService to DownloadCoreService (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
diff --git a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
index c9ddbbb93c7612df8b94a36a27e90ff7bdbee257..33201052f33cb3205a8043c856e058d0a42e6df4 100644
--- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
+++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
@@ -21,7 +21,7 @@
#include "chrome/browser/data_use_measurement/chrome_data_use_ascriber_service_factory.h"
#include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
#include "chrome/browser/domain_reliability/service_factory.h"
-#include "chrome/browser/download/download_service_factory.h"
+#include "chrome/browser/download/download_core_service_factory.h"
#include "chrome/browser/engagement/site_engagement_service.h"
#include "chrome/browser/engagement/site_engagement_service_factory.h"
#include "chrome/browser/favicon/favicon_service_factory.h"
@@ -220,7 +220,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
#endif
dom_distiller::DomDistillerServiceFactory::GetInstance();
domain_reliability::DomainReliabilityServiceFactory::GetInstance();
- DownloadServiceFactory::GetInstance();
+ DownloadCoreServiceFactory::GetInstance();
#if BUILDFLAG(ENABLE_EXTENSIONS)
EasyUnlockServiceFactory::GetInstance();
EnhancedBookmarkKeyServiceFactory::GetInstance();

Powered by Google App Engine
This is Rietveld 408576698