diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-27 01:47:40 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-27 01:47:40 +0000 |
commit | 2033dcf3938e200d48fc24af83da6e7c1af50712 (patch) | |
tree | 599f949d3f64daab02a0703f08dac7da2691adae /chrome/browser/autofill/phone_field.h | |
parent | 36cf510832b0ebc3d911d74f844b156dfb6315ff (diff) | |
download | chromium_src-2033dcf3938e200d48fc24af83da6e7c1af50712.zip chromium_src-2033dcf3938e200d48fc24af83da6e7c1af50712.tar.gz chromium_src-2033dcf3938e200d48fc24af83da6e7c1af50712.tar.bz2 |
Heuristics for grabber-continental.com.out (multi-pass)
Converts the single-pass strategy of the Autofill heuristics to a multi-pass approach based on the specificity of relative terms. "Email address" over "address" for example.
BUG=76299
TEST=FormStructureBrowserTest.DataDrivenHeuristics with "grabber" test files.
Review URL: http://codereview.chromium.org/6962031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/phone_field.h')
-rw-r--r-- | chrome/browser/autofill/phone_field.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/phone_field.h b/chrome/browser/autofill/phone_field.h index 9b6f2eb..5dfedd3 100644 --- a/chrome/browser/autofill/phone_field.h +++ b/chrome/browser/autofill/phone_field.h @@ -25,8 +25,8 @@ class PhoneField : public FormField { public: virtual ~PhoneField(); - static PhoneField* Parse(AutofillScanner* scanner, bool is_ecml); - static PhoneField* ParseECML(AutofillScanner* scanner); + static FormField* Parse(AutofillScanner* scanner, bool is_ecml); + static FormField* ParseECML(AutofillScanner* scanner); protected: // FormField: |