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 b94ca42ff29e3acdde5e0d82701ab42cfc01870c..d41a9bdbbfd93c94d996ee6f0f2b0818e8409890 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 |
@@ -13,6 +13,7 @@ |
#include "ios/chrome/browser/favicon/favicon_service_factory.h" |
#include "ios/chrome/browser/history/history_service_factory.h" |
#include "ios/chrome/browser/history/top_sites_factory.h" |
+#include "ios/chrome/browser/history/web_history_service_factory.h" |
#include "ios/chrome/browser/signin/signin_error_controller_factory.h" |
#include "ios/chrome/browser/suggestions/suggestions_service_factory.h" |
#include "ios/chrome/browser/sync/sync_setup_service_factory.h" |
@@ -43,6 +44,7 @@ void EnsureBrowserStateKeyedServiceFactoriesBuilt() { |
ios::StartupTaskRunnerServiceFactory::GetInstance(); |
ios::TopSitesFactory::GetInstance(); |
ios::WebDataServiceFactory::GetInstance(); |
+ ios::WebHistoryServiceFactory::GetInstance(); |
suggestions::SuggestionsServiceFactory::GetInstance(); |
SyncSetupServiceFactory::GetInstance(); |
TranslateAcceptLanguagesFactory::GetInstance(); |