| Index: chrome/browser/autofill/credit_card.h
|
| diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h
|
| index acfe491b5e7b2a965495987dfe5757edbb3ec7ad..7514a8e4f97f99b634bc1bcf6ddbae6b5d345ed4 100644
|
| --- a/chrome/browser/autofill/credit_card.h
|
| +++ b/chrome/browser/autofill/credit_card.h
|
| @@ -24,8 +24,9 @@ class CreditCard : public FormGroup {
|
| virtual ~CreditCard();
|
|
|
| // FormGroup implementation:
|
| - virtual string16 GetInfo(AutofillFieldType type) const OVERRIDE;
|
| - virtual void SetInfo(AutofillFieldType type, const string16& value) OVERRIDE;
|
| + virtual string16 GetRawInfo(AutofillFieldType type) const OVERRIDE;
|
| + virtual void SetRawInfo(AutofillFieldType type,
|
| + const string16& value) OVERRIDE;
|
| virtual string16 GetCanonicalizedInfo(AutofillFieldType type) const OVERRIDE;
|
| virtual bool SetCanonicalizedInfo(AutofillFieldType type,
|
| const string16& value) OVERRIDE;
|
|
|