Index: components/autofill/core/browser/autofill_common_test.h |
diff --git a/components/autofill/core/browser/autofill_common_test.h b/components/autofill/core/browser/autofill_common_test.h |
index b0818f70df7ffff3268dbd120cd2649ab2798720..8d6a56ff0faca62135a3ed9b0773c79773a4d675 100644 |
--- a/components/autofill/core/browser/autofill_common_test.h |
+++ b/components/autofill/core/browser/autofill_common_test.h |
@@ -46,9 +46,15 @@ AutofillProfile GetVerifiedProfile2(); |
// Returns a credit card full of dummy info. |
CreditCard GetCreditCard(); |
+// Returns a credit card full of dummy info, different to the above. |
+CreditCard GetCreditCard2(); |
+ |
// Returns a verified credit card full of dummy info. |
CreditCard GetVerifiedCreditCard(); |
+// Returns a verified credit card full of dummy info, different to the above. |
+CreditCard GetVerifiedCreditCard2(); |
+ |
// A unit testing utility that is common to a number of the Autofill unit |
// tests. |SetProfileInfo| provides a quick way to populate a profile with |
// c-strings. |