| 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 233f3f15a872553edd9d009eae26e88c903cf1b2..eb93f1c8c46e16848d6d6e5b425ea069699ecee1 100644
|
| --- a/chrome/browser/sync/profile_sync_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_factory_impl.h
|
| @@ -37,6 +37,12 @@ class ProfileSyncFactoryImpl : public ProfileSyncFactory {
|
| 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(
|
| ProfileSyncService* profile_sync_service,
|
| browser_sync::UnrecoverableErrorHandler* error_handler);
|
|
|