| 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 68a3cc3d98439a71772cc8ad21a784d8bf430c5f..a87f1b14b37099885681c03fd8d98b5bd454a387 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
|
| @@ -11,6 +11,7 @@
|
| #include "ios/chrome/browser/bookmarks/bookmark_model_factory.h"
|
| #include "ios/chrome/browser/bookmarks/startup_task_runner_service_factory.h"
|
| #include "ios/chrome/browser/content_settings/cookie_settings_factory.h"
|
| +#include "ios/chrome/browser/desktop_promotion/desktop_promotion_sync_service_factory.h"
|
| #include "ios/chrome/browser/dom_distiller/dom_distiller_service_factory.h"
|
| #include "ios/chrome/browser/favicon/favicon_service_factory.h"
|
| #include "ios/chrome/browser/favicon/ios_chrome_favicon_loader_factory.h"
|
| @@ -85,6 +86,7 @@ void EnsureBrowserStateKeyedServiceFactoriesBuilt() {
|
| ios::WebDataServiceFactory::GetInstance();
|
| ios::WebHistoryServiceFactory::GetInstance();
|
| AuthenticationServiceFactory::GetInstance();
|
| + DesktopPromotionSyncServiceFactory::GetInstance();
|
| IOSChromeGCMProfileServiceFactory::GetInstance();
|
| IOSChromeLargeIconCacheFactory::GetInstance();
|
| IOSChromeLargeIconServiceFactory::GetInstance();
|
|
|