| Index: chrome/browser/autofill/autofill_profile.h
|
| diff --git a/chrome/browser/autofill/autofill_profile.h b/chrome/browser/autofill/autofill_profile.h
|
| index e7c0f58c86651b30ed080c7a516915c3fc8d5a48..82d40f0ca6e94fc1ee624e9f40f4e9d9b13b2223 100644
|
| --- a/chrome/browser/autofill/autofill_profile.h
|
| +++ b/chrome/browser/autofill/autofill_profile.h
|
| @@ -38,8 +38,9 @@ class AutofillProfile : public FormGroup {
|
| // FormGroup:
|
| 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;
|
|
|