| Index: chrome/browser/autofill/credit_card.cc
|
| diff --git a/chrome/browser/autofill/credit_card.cc b/chrome/browser/autofill/credit_card.cc
|
| index 3954a99205cfd1b506675073cf7a2bd596fbefef..09f64a789cdbdf504504566fb87b432b0488f2d6 100644
|
| --- a/chrome/browser/autofill/credit_card.cc
|
| +++ b/chrome/browser/autofill/credit_card.cc
|
| @@ -148,10 +148,6 @@ CreditCard::CreditCard(const CreditCard& credit_card) : FormGroup() {
|
|
|
| CreditCard::~CreditCard() {}
|
|
|
| -FormGroup* CreditCard::Clone() const {
|
| - return new CreditCard(*this);
|
| -}
|
| -
|
| void CreditCard::GetPossibleFieldTypes(const string16& text,
|
| FieldTypeSet* possible_types) const {
|
| if (IsNameOnCard(text))
|
|
|