Chromium Code Reviews| Index: chrome/browser/ui/app_list/app_list_syncable_service_factory.cc |
| diff --git a/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc b/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc |
| index 6799a9f8d7cfd295aac98df449c8ea787524779b..78ca1edc87cb06fb2890eb00b3cbbc257b992877 100644 |
| --- a/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc |
| +++ b/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc |
| @@ -5,6 +5,7 @@ |
| #include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h" |
| #include "base/prefs/pref_service.h" |
| +#include "chrome/browser/extensions/extension_system_factory.h" |
| #include "chrome/browser/profiles/incognito_helpers.h" |
| #include "chrome/browser/profiles/profile.h" |
| #include "chrome/browser/ui/app_list/app_list_syncable_service.h" |
| @@ -28,6 +29,7 @@ AppListSyncableServiceFactory::AppListSyncableServiceFactory() |
| : BrowserContextKeyedServiceFactory( |
| "AppListSyncableService", |
| BrowserContextDependencyManager::GetInstance()) { |
| + DependsOn(extensions::ExtensionSystemFactory::GetInstance()); |
|
tapted
2013/11/20 11:03:25
note: This wasn't needed as part of the fix, but I
|
| } |
| AppListSyncableServiceFactory::~AppListSyncableServiceFactory() { |