Index: chrome/browser/profiles/profile_dependency_manager.cc |
diff --git a/chrome/browser/profiles/profile_dependency_manager.cc b/chrome/browser/profiles/profile_dependency_manager.cc |
index e4457b47c6a5663e4cb940846225a62f69b7a2e1..d927c4f3049850800ec398d435802c31486e599d 100644 |
--- a/chrome/browser/profiles/profile_dependency_manager.cc |
+++ b/chrome/browser/profiles/profile_dependency_manager.cc |
@@ -45,6 +45,7 @@ |
#include "chrome/browser/intents/web_intents_registry_factory.h" |
#include "chrome/browser/media_gallery/media_galleries_preferences_factory.h" |
#include "chrome/browser/notifications/desktop_notification_service_factory.h" |
+#include "chrome/browser/notifier/chrome_notifier_service_factory.h" |
#include "chrome/browser/password_manager/password_store_factory.h" |
#include "chrome/browser/plugins/plugin_prefs_factory.h" |
#include "chrome/browser/predictors/autocomplete_action_predictor_factory.h" |
@@ -292,6 +293,7 @@ void ProfileDependencyManager::AssertFactoriesBuilt() { |
GlobalErrorServiceFactory::GetInstance(); |
GoogleURLTrackerFactory::GetInstance(); |
HistoryServiceFactory::GetInstance(); |
+ notifier::ChromeNotifierServiceFactory::GetInstance(); |
MediaGalleriesPreferencesFactory::GetInstance(); |
NTPResourceCacheFactory::GetInstance(); |
PasswordStoreFactory::GetInstance(); |