| 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 c9925bd381d1dfcecabd19509d4503b7446235b5..f2a525c64daaf36a3a8ce01398b4392894859fd2 100644
|
| --- a/chrome/browser/sync/profile_sync_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_factory_impl.h
|
| @@ -49,6 +49,10 @@ class ProfileSyncFactoryImpl : public ProfileSyncFactory {
|
| ProfileSyncService* profile_sync_service,
|
| browser_sync::UnrecoverableErrorHandler* error_handler);
|
|
|
| + virtual SyncComponents CreateExtensionSettingSyncComponents(
|
| + ProfileSyncService* profile_sync_service,
|
| + browser_sync::UnrecoverableErrorHandler* error_handler);
|
| +
|
| virtual SyncComponents CreateExtensionSyncComponents(
|
| ProfileSyncService* profile_sync_service,
|
| browser_sync::UnrecoverableErrorHandler* error_handler);
|
|
|