| Index: chrome/browser/profiles/profile_dependency_manager.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_dependency_manager.cc (revision 145147)
|
| +++ chrome/browser/profiles/profile_dependency_manager.cc (working copy)
|
| @@ -19,6 +19,7 @@
|
| #include "chrome/browser/extensions/extension_system_factory.h"
|
| #include "chrome/browser/google/google_url_tracker_factory.h"
|
| #include "chrome/browser/history/history_service_factory.h"
|
| +#include "chrome/browser/history/shortcuts_backend_factory.h"
|
| #include "chrome/browser/intents/web_intents_registry_factory.h"
|
| #include "chrome/browser/notifications/desktop_notification_service_factory.h"
|
| #include "chrome/browser/password_manager/password_store_factory.h"
|
| @@ -234,6 +235,7 @@
|
| #if defined(ENABLE_SESSION_SERVICE)
|
| SessionServiceFactory::GetInstance();
|
| #endif
|
| + ShortcutsBackendFactory::GetInstance();
|
| SigninManagerFactory::GetInstance();
|
| #if defined(ENABLE_INPUT_SPEECH)
|
| SpeechInputExtensionManager::InitializeFactory();
|
|
|