diff options
Diffstat (limited to 'chrome/browser/autofill/home_address.h')
-rw-r--r-- | chrome/browser/autofill/home_address.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/home_address.h b/chrome/browser/autofill/home_address.h index 2d1709c..bf51dc5 100644 --- a/chrome/browser/autofill/home_address.h +++ b/chrome/browser/autofill/home_address.h @@ -25,8 +25,8 @@ class HomeAddress : public Address { return ADDRESS_HOME_LINE2; } - virtual AutoFillFieldType GetApptNumType() const { - return ADDRESS_HOME_APPT_NUM; + virtual AutoFillFieldType GetAptNumType() const { + return ADDRESS_HOME_APT_NUM; } virtual AutoFillFieldType GetCityType() const { |