| Index: chrome/browser/sync/test/integration/autofill_helper.h
|
| ===================================================================
|
| --- chrome/browser/sync/test/integration/autofill_helper.h (revision 152427)
|
| +++ chrome/browser/sync/test/integration/autofill_helper.h (working copy)
|
| @@ -18,6 +18,7 @@
|
| class AutofillKey;
|
| class AutofillProfile;
|
| class AutofillType;
|
| +class CreditCard;
|
| class PersonalDataManager;
|
| class WebDataService;
|
|
|
| @@ -58,6 +59,10 @@
|
| // |autofill_profiles|.
|
| void SetProfiles(int profile, std::vector<AutofillProfile>* autofill_profiles);
|
|
|
| +// Replaces the CreditCard profiles in sync profile |profile| with
|
| +// |credit_cards|.
|
| +void SetCreditCards(int profile, std::vector<CreditCard>* credit_cards);
|
| +
|
| // Adds the autofill profile |autofill_profile| to sync profile |profile|.
|
| void AddProfile(int profile, const AutofillProfile& autofill_profile);
|
|
|
|
|