Index: chrome/browser/sync/profile_sync_service_factory.cc |
diff --git a/chrome/browser/sync/profile_sync_service_factory.cc b/chrome/browser/sync/profile_sync_service_factory.cc |
index cbc4e279a573a4c554bc1238fe6d41db88f48952..3af6de100afdddd74a6737ac5edce3b8f2813a7f 100644 |
--- a/chrome/browser/sync/profile_sync_service_factory.cc |
+++ b/chrome/browser/sync/profile_sync_service_factory.cc |
@@ -20,6 +20,7 @@ |
#include "chrome/browser/sync/profile_sync_service.h" |
#include "chrome/browser/themes/theme_service_factory.h" |
#include "chrome/browser/ui/global_error_service_factory.h" |
+#include "chrome/browser/webdata/web_data_service_factory.h" |
#include "chrome/common/pref_names.h" |
// static |
@@ -52,13 +53,13 @@ ProfileSyncServiceFactory::ProfileSyncServiceFactory() |
DependsOn(GlobalErrorServiceFactory::GetInstance()); |
DependsOn(SigninManagerFactory::GetInstance()); |
DependsOn(PasswordStoreFactory::GetInstance()); |
+ DependsOn(WebDataServiceFactory::GetInstance()); |
// The following have not been converted to ProfileKeyedServices yet, and for |
// now they are explicitly destroyed after the ProfileDependencyManager is |
// told to DestroyProfileServices, so they will be around when the |
// ProfileSyncService is destroyed. |
- // DependsOn(WebDataServiceFactory::GetInstance()); |
// DependsOn(HistoryServiceFactory::GetInstance()); |
// DependsOn(BookmarkBarModelFactory::GetInstance()); |
// DependsOn(FaviconServiceFactory::GetInstance()); |