Chromium Code Reviews| Index: chrome/browser/autofill/home_address.h |
| =================================================================== |
| --- chrome/browser/autofill/home_address.h (revision 35721) |
| +++ chrome/browser/autofill/home_address.h (working copy) |
| @@ -25,8 +25,8 @@ |
| 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 { |