| Index: chrome/browser/sync/profile_sync_factory_impl.h
|
| diff --git a/chrome/browser/sync/profile_sync_factory_impl.h b/chrome/browser/sync/profile_sync_factory_impl.h
|
| index 650f4075a436212383872cb3f98fc85b17266f68..5a3cc3d6aa96b922512163aae6380bc342248bce 100644
|
| --- a/chrome/browser/sync/profile_sync_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_factory_impl.h
|
| @@ -37,13 +37,11 @@ class ProfileSyncFactoryImpl : public ProfileSyncFactory {
|
| virtual SyncComponents CreateAutofillSyncComponents(
|
| ProfileSyncService* profile_sync_service,
|
| WebDatabase* web_database,
|
| - PersonalDataManager* personal_data,
|
| browser_sync::UnrecoverableErrorHandler* error_handler);
|
|
|
| virtual SyncComponents CreateAutofillProfileSyncComponents(
|
| ProfileSyncService* profile_sync_service,
|
| WebDatabase* web_database,
|
| - PersonalDataManager* personal_data,
|
| browser_sync::UnrecoverableErrorHandler* error_handler);
|
|
|
| virtual SyncComponents CreateBookmarkSyncComponents(
|
|
|