| 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..26ccb9a0d094379a56bea4356f16ca9e169aa40e 100644
|
| --- a/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| +++ b/chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.h"
|
|
|
| +#include "apps/app_load_service_factory.h"
|
| #include "apps/app_restore_service_factory.h"
|
| #include "apps/shell_window_geometry_cache.h"
|
| #include "apps/shortcut_manager_factory.h"
|
| @@ -175,6 +176,7 @@ EnsureBrowserContextKeyedServiceFactoriesBuilt() {
|
| #endif
|
| DownloadServiceFactory::GetInstance();
|
| #if defined(ENABLE_EXTENSIONS)
|
| + apps::AppLoadServiceFactory::GetInstance();
|
| apps::AppRestoreServiceFactory::GetInstance();
|
| apps::ShellWindowGeometryCache::Factory::GetInstance();
|
| apps::ShortcutManagerFactory::GetInstance();
|
|
|