| Index: chrome/browser/autofill/credit_card.h
|
| diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h
|
| index b6fdfde96cab292ef6853141f8c73bea269ba0c0..9136b5e5221c8b05f59cfedcc9806e4528b545f4 100644
|
| --- a/chrome/browser/autofill/credit_card.h
|
| +++ b/chrome/browser/autofill/credit_card.h
|
| @@ -22,7 +22,7 @@ class CreditCard : public FormGroup {
|
| virtual ~CreditCard();
|
|
|
| // FormGroup implementation:
|
| - FormGroup* Clone() const;
|
| + virtual FormGroup* Clone() const;
|
| virtual void GetPossibleFieldTypes(const string16& text,
|
| FieldTypeSet* possible_types) const;
|
| virtual void GetAvailableFieldTypes(FieldTypeSet* available_types) const;
|
|
|