| Index: chrome/browser/sync/profile_sync_factory.h
|
| diff --git a/chrome/browser/sync/profile_sync_factory.h b/chrome/browser/sync/profile_sync_factory.h
|
| index d60f23590d8fdf71e2aeb978550db7cf9b5d6f49..19199d5afa78d7b136dda2ef11e12504621fcc6f 100644
|
| --- a/chrome/browser/sync/profile_sync_factory.h
|
| +++ b/chrome/browser/sync/profile_sync_factory.h
|
| @@ -16,7 +16,6 @@
|
| #include "chrome/browser/sync/unrecoverable_error_handler.h"
|
|
|
| class ExtensionSettings;
|
| -class PersonalDataManager;
|
| class PasswordStore;
|
| class ProfileSyncService;
|
| class WebDatabase;
|
| @@ -77,7 +76,6 @@ class ProfileSyncFactory {
|
| virtual SyncComponents CreateAutofillSyncComponents(
|
| ProfileSyncService* profile_sync_service,
|
| WebDatabase* web_database,
|
| - PersonalDataManager* personal_data,
|
| browser_sync::UnrecoverableErrorHandler* error_handler) = 0;
|
|
|
| // Instantiates both a model associator and change processor for the
|
| @@ -86,7 +84,6 @@ class ProfileSyncFactory {
|
| virtual SyncComponents CreateAutofillProfileSyncComponents(
|
| ProfileSyncService* profile_sync_service,
|
| WebDatabase* web_database,
|
| - PersonalDataManager* personal_data,
|
| browser_sync::UnrecoverableErrorHandler* error_handler) = 0;
|
|
|
| // Instantiates both a model associator and change processor for the
|
|
|