| 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 9f8c61e90b3f7c817d768bc702d3a24bf7312876..4abaf300cd14ed05e5f5944c006acb22cc43f957 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -55,6 +55,8 @@
|
| #include "chrome/browser/google/google_url_tracker_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| #include "chrome/browser/history/shortcuts_backend_factory.h"
|
| +#include "chrome/browser/invalidation/invalidation_service_factory.h"
|
| +#include "chrome/browser/media_galleries/media_galleries_preferences_factory.h"
|
| #include "chrome/browser/notifications/desktop_notification_service_factory.h"
|
| #include "chrome/browser/password_manager/password_store_factory.h"
|
| #include "chrome/browser/plugins/plugin_prefs_factory.h"
|
| @@ -236,6 +238,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| GlobalErrorServiceFactory::GetInstance();
|
| GoogleURLTrackerFactory::GetInstance();
|
| HistoryServiceFactory::GetInstance();
|
| + invalidation::InvalidationServiceFactory::GetInstance();
|
| #if defined(ENABLE_MANAGED_USERS)
|
| ManagedUserServiceFactory::GetInstance();
|
| #endif
|
|
|