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 2015a4082839ab6f9c57659f6d8fdaa1e415c527..81d86c0502ec0dc2a67afde4c0f30547e4a03ff3 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); |