| 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 2ef7118a3049900bde9ae2788c1d8254de30bdf3..1ae821c25fbc85422b3006215f7197ca73498d6c 100644
 | 
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
 | 
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
 | 
| @@ -98,7 +98,6 @@
 | 
|  #include "chrome/browser/media/protected_media_identifier_permission_context_factory.h"
 | 
|  #else
 | 
|  #include "chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h"
 | 
| -#include "chrome/browser/profile_resetter/automatic_profile_resetter_factory.h"
 | 
|  #endif
 | 
|  
 | 
|  #if defined(ENABLE_SPELLCHECK)
 | 
| @@ -150,9 +149,6 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
 | 
|  
 | 
|    AboutSigninInternalsFactory::GetInstance();
 | 
|    autofill::PersonalDataManagerFactory::GetInstance();
 | 
| -#if !defined(OS_ANDROID)
 | 
| -  AutomaticProfileResetterFactory::GetInstance();
 | 
| -#endif
 | 
|  #if defined(ENABLE_BACKGROUND)
 | 
|    BackgroundContentsServiceFactory::GetInstance();
 | 
|  #endif
 | 
| 
 |