| Index: chrome/browser/autofill/address_field.h
|
| diff --git a/chrome/browser/autofill/address_field.h b/chrome/browser/autofill/address_field.h
|
| index 6b93ead987016028aac3fa39163d02e9594493a1..51dd10532c752c8cd890b5c7b8b2c04461ef6bdb 100644
|
| --- a/chrome/browser/autofill/address_field.h
|
| +++ b/chrome/browser/autofill/address_field.h
|
| @@ -44,8 +44,8 @@ class AddressField : public FormField {
|
| bool is_ecml, AddressField* address_field);
|
| static bool ParseCity(std::vector<AutoFillField*>::const_iterator* iter,
|
| bool is_ecml, AddressField* address_field);
|
| - bool ParseState(std::vector<AutoFillField*>::const_iterator* iter,
|
| - bool is_ecml, AddressField* address_field);
|
| + static bool ParseState(std::vector<AutoFillField*>::const_iterator* iter,
|
| + bool is_ecml, AddressField* address_field);
|
|
|
| // Looks for an address type in the given text, which the caller must
|
| // convert to lowercase.
|
|
|