| Index: components/autofill/core/browser/credit_card.h
|
| diff --git a/components/autofill/core/browser/credit_card.h b/components/autofill/core/browser/credit_card.h
|
| index db9712ab9b78b14f824fd589fe8bedebcedbe9d0..1e4efd12f376a1fcbbd1eddf324bcbda9c40785c 100644
|
| --- a/components/autofill/core/browser/credit_card.h
|
| +++ b/components/autofill/core/browser/credit_card.h
|
| @@ -46,9 +46,6 @@ class CreditCard : public AutofillDataModel {
|
| };
|
|
|
| CreditCard(const std::string& guid, const std::string& origin);
|
| - CreditCard(const base::string16& card_number,
|
| - int expiration_month,
|
| - int expiration_year);
|
|
|
| // Creates a server card. The type must be MASKED_SERVER_CARD or
|
| // FULL_SERVER_CARD.
|
|
|