| Index: chrome/browser/autofill/phone_number.h
|
| diff --git a/chrome/browser/autofill/phone_number.h b/chrome/browser/autofill/phone_number.h
|
| index 1982f8a196f0681bb39e7da5032534c9f4d77476..e806d30c0d956caa6a727acf32f3a7f86a5d96a7 100644
|
| --- a/chrome/browser/autofill/phone_number.h
|
| +++ b/chrome/browser/autofill/phone_number.h
|
| @@ -30,8 +30,9 @@ class PhoneNumber : public FormGroup {
|
| // FormGroup implementation:
|
| virtual void GetMatchingTypes(const string16& text,
|
| FieldTypeSet* matching_types) const OVERRIDE;
|
| - 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;
|
|
|