| 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 db8dba7524b6b1f1644712b3b8312f5b5f3136c9..bbce50071bfd81640ce29491f1a8a6e3b4bbc3fe 100644
|
| --- a/chrome/browser/sync/profile_sync_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_factory_impl.h
|
| @@ -41,6 +41,11 @@ class ProfileSyncFactoryImpl : public ProfileSyncFactory {
|
| ProfileSyncService* profile_sync_service,
|
| browser_sync::UnrecoverableErrorHandler* error_handler);
|
|
|
| + virtual SyncComponents CreatePasswordSyncComponents(
|
| + ProfileSyncService* profile_sync_service,
|
| + PasswordStore* password_store,
|
| + browser_sync::UnrecoverableErrorHandler* error_handler);
|
| +
|
| virtual SyncComponents CreatePreferenceSyncComponents(
|
| ProfileSyncService* profile_sync_service,
|
| browser_sync::UnrecoverableErrorHandler* error_handler);
|
|
|