| 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 06f1ebf3ebba478adb5af4f72e140debcf4c7847..a0380f833d8cdf8fddc4b4ae6b1832a95ced301e 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -101,6 +101,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)
|
| @@ -154,6 +155,9 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| AboutSigninInternalsFactory::GetInstance();
|
| AccountTrackerServiceFactory::GetInstance();
|
| autofill::PersonalDataManagerFactory::GetInstance();
|
| +#if !defined(OS_ANDROID)
|
| + AutomaticProfileResetterFactory::GetInstance();
|
| +#endif
|
| #if defined(ENABLE_BACKGROUND)
|
| BackgroundContentsServiceFactory::GetInstance();
|
| #endif
|
|
|