| 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 6bca2651e1b82848a860a4b230fb96b4c0f4fee7..ccb5034f1f3a8cfee6652528c41b729bea531f56 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -97,7 +97,6 @@
|
| #include "chrome/browser/media_galleries/media_galleries_preferences_factory.h"
|
| #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h"
|
| #include "chrome/browser/notifications/sync_notifier/synced_notification_app_info_service_factory.h"
|
| -#include "chrome/browser/profile_resetter/automatic_profile_resetter_factory.h"
|
| #endif
|
|
|
| #if defined(ENABLE_SPELLCHECK)
|
| @@ -149,9 +148,6 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
|
|
| AboutSigninInternalsFactory::GetInstance();
|
| autofill::PersonalDataManagerFactory::GetInstance();
|
| -#if !defined(OS_ANDROID)
|
| - AutomaticProfileResetterFactory::GetInstance();
|
| -#endif
|
| #if defined(ENABLE_BACKGROUND)
|
| BackgroundContentsServiceFactory::GetInstance();
|
| #endif
|
|
|