| 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 ea05a19d12d7153b5cce2f12907df174ffadf7b6..892eeeeaf21cd22c5631a0fbc871abcdbaf449ec 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -100,6 +100,7 @@
|
| #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)
|
| @@ -152,6 +153,9 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| AboutSigninInternalsFactory::GetInstance();
|
| AccountTrackerServiceFactory::GetInstance();
|
| autofill::PersonalDataManagerFactory::GetInstance();
|
| +#if !defined(OS_ANDROID)
|
| + AutomaticProfileResetterFactory::GetInstance();
|
| +#endif
|
| #if defined(ENABLE_BACKGROUND)
|
| BackgroundContentsServiceFactory::GetInstance();
|
| #endif
|
|
|