summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/address_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/address_field.h')
-rw-r--r--chrome/browser/autofill/address_field.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/address_field.h b/chrome/browser/autofill/address_field.h
index 6b93ead..51dd105 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.