Chromium Code Reviews| 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 539c6d2ab1f927e28e9ae85b52c046fac83e8769..0010bb97d1f390d07f5a32170ffbdab3eff68cde 100644 |
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc |
| @@ -13,7 +13,6 @@ |
| #include "chrome/browser/autofill/personal_data_manager_factory.h" |
| #include "chrome/browser/background/background_contents_service_factory.h" |
| #include "chrome/browser/bookmarks/bookmark_model_factory.h" |
| -#include "chrome/browser/browsing_data/browsing_data_remover_factory.h" |
| #include "chrome/browser/chrome_browser_main.h" |
| #include "chrome/browser/content_settings/cookie_settings_factory.h" |
| #include "chrome/browser/content_settings/host_content_settings_map_factory.h" |
| @@ -199,7 +198,6 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() { |
| #endif |
| BookmarkModelFactory::GetInstance(); |
| BookmarkUndoServiceFactory::GetInstance(); |
| - BrowsingDataRemoverFactory::GetInstance(); |
|
Bernhard Bauer
2017/04/19 09:42:41
Add ChromeBrowsingDataRemoverDelegateFactory::GetI
msramek
2017/04/19 11:31:02
Done. Thanks for noticing!
|
| #if BUILDFLAG(ENABLE_CAPTIVE_PORTAL_DETECTION) |
| CaptivePortalServiceFactory::GetInstance(); |
| #endif |