Index: ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm |
diff --git a/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm b/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm |
index 34909fbd0c1022d35f5b93252659994d246cef19..1a24fae35c54f4012808f05ba7d550b5f5578bfb 100644 |
--- a/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm |
+++ b/ios/chrome/browser/browser_state/browser_state_keyed_service_factories.mm |
@@ -21,6 +21,7 @@ |
#include "ios/chrome/browser/history/top_sites_factory.h" |
#include "ios/chrome/browser/history/web_history_service_factory.h" |
#include "ios/chrome/browser/invalidation/ios_chrome_profile_invalidation_provider_factory.h" |
+#include "ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.h" |
noyau (Ping after 24h)
2016/07/29 12:11:55
You included the header but didn't call GetInstanc
Philipp Keck
2016/07/29 12:20:28
Right. I think the ContentSuggestionsService doesn
noyau (Ping after 24h)
2016/07/29 12:35:22
This loads the factories, not instantiate the serv
Philipp Keck
2016/08/01 08:27:53
Done.
|
#include "ios/chrome/browser/ntp_snippets/ios_chrome_ntp_snippets_service_factory.h" |
#include "ios/chrome/browser/passwords/ios_chrome_password_manager_setting_migrator_service_factory.h" |
#include "ios/chrome/browser/passwords/ios_chrome_password_store_factory.h" |