Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: chrome/browser/autofill/address_field.h

Issue 4249002: AutoFill: Fix two heuristic issues with nrm.org. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/autofill/address_field.cc » ('j') | chrome/browser/autofill/address_field.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/autofill/address_field.cc » ('j') | chrome/browser/autofill/address_field.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698