| Index: chrome/browser/autofill/autofill_common_test.h
|
| diff --git a/chrome/browser/autofill/autofill_common_test.h b/chrome/browser/autofill/autofill_common_test.h
|
| index db4214069fc74292833073ebdbde86675c7285c1..4b224b89501eb6f193718abc31336f6fbf9991d3 100644
|
| --- a/chrome/browser/autofill/autofill_common_test.h
|
| +++ b/chrome/browser/autofill/autofill_common_test.h
|
| @@ -32,14 +32,14 @@ void SetProfileInfo(AutofillProfile* profile,
|
| const char* last_name, const char* email, const char* company,
|
| const char* address1, const char* address2, const char* city,
|
| const char* state, const char* zipcode, const char* country,
|
| - const char* phone, const char* fax);
|
| + const char* phone);
|
|
|
| void SetProfileInfoWithGuid(AutofillProfile* profile,
|
| const char* guid, const char* first_name, const char* middle_name,
|
| const char* last_name, const char* email, const char* company,
|
| const char* address1, const char* address2, const char* city,
|
| const char* state, const char* zipcode, const char* country,
|
| - const char* phone, const char* fax);
|
| + const char* phone);
|
|
|
| // A unit testing utility that is common to a number of the Autofill unit
|
| // tests. |SetCreditCardInfo| provides a quick way to populate a credit card
|
|
|