Index: chrome/browser/sync/profile_sync_factory.h |
diff --git a/chrome/browser/sync/profile_sync_factory.h b/chrome/browser/sync/profile_sync_factory.h |
index a4a255033ed4926388bb425aa80c558f4f1e2d8e..776b61dde26fe3c96d7587e0c877b1e4887a382d 100644 |
--- a/chrome/browser/sync/profile_sync_factory.h |
+++ b/chrome/browser/sync/profile_sync_factory.h |
@@ -77,6 +77,15 @@ class ProfileSyncFactory { |
browser_sync::UnrecoverableErrorHandler* error_handler) = 0; |
// Instantiates both a model associator and change processor for the |
+ // autofill data type. The pointers in the return struct are owned |
+ // by the caller. |
+ virtual SyncComponents CreateAutofillProfileSyncComponents( |
+ ProfileSyncService* profile_sync_service, |
+ WebDatabase* web_database, |
+ PersonalDataManager* personal_data, |
+ browser_sync::UnrecoverableErrorHandler* error_handler) = 0; |
+ |
+ // Instantiates both a model associator and change processor for the |
// bookmark data type. The pointers in the return struct are owned |
// by the caller. |
virtual SyncComponents CreateBookmarkSyncComponents( |