| Index: chrome/browser/autofill/address.h
|
| diff --git a/chrome/browser/autofill/address.h b/chrome/browser/autofill/address.h
|
| index 48dd8a873281c608deb2cac29d66483383a7df73..44c50c60884b7515d4dc58b5180ff4ec62c0f113 100644
|
| --- a/chrome/browser/autofill/address.h
|
| +++ b/chrome/browser/autofill/address.h
|
| @@ -23,8 +23,9 @@ class Address : public FormGroup {
|
| Address& operator=(const Address& address);
|
|
|
| // FormGroup:
|
| - 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 void GetMatchingTypes(const string16& text,
|
| FieldTypeSet* matching_types) const OVERRIDE;
|
|
|
|
|