Index: chrome/browser/sync/profile_sync_factory_mock.h |
diff --git a/chrome/browser/sync/profile_sync_factory_mock.h b/chrome/browser/sync/profile_sync_factory_mock.h |
index 18cc30c181bea19952cffc445439bec23c0df71a..f5210a0a01f24e4533976f591501fa3da9299ccf 100644 |
--- a/chrome/browser/sync/profile_sync_factory_mock.h |
+++ b/chrome/browser/sync/profile_sync_factory_mock.h |
@@ -38,6 +38,12 @@ class ProfileSyncFactoryMock : public ProfileSyncFactory { |
WebDatabase* web_database, |
PersonalDataManager* personal_data, |
browser_sync::UnrecoverableErrorHandler* error_handler)); |
+ MOCK_METHOD4(CreateAutofillProfileSyncComponents, |
+ SyncComponents( |
+ ProfileSyncService* profile_sync_service, |
+ WebDatabase* web_database, |
+ PersonalDataManager* personal_data, |
+ browser_sync::UnrecoverableErrorHandler* error_handler)); |
MOCK_METHOD2(CreateBookmarkSyncComponents, |
SyncComponents(ProfileSyncService* profile_sync_service, |
browser_sync::UnrecoverableErrorHandler* error_handler)); |