summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_download.h
diff options
context:
space:
mode:
authorisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 21:18:01 +0000
committerisherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-11 21:18:01 +0000
commit7c8b20677195488825cf4f9ccc13116e5fe0ecee (patch)
treeec6d6da239f55e097b120affaf1038d14437427e /chrome/browser/autofill/autofill_download.h
parent2f912eebf2517c1f0d2931c69de1ce8a14f24c5c (diff)
downloadchromium_src-7c8b20677195488825cf4f9ccc13116e5fe0ecee.zip
chromium_src-7c8b20677195488825cf4f9ccc13116e5fe0ecee.tar.gz
chromium_src-7c8b20677195488825cf4f9ccc13116e5fe0ecee.tar.bz2
Remove interactive test aspects from FormStructureBrowserTest.DataDrivenHeuristics.
BUG=72401 TEST= Review URL: http://codereview.chromium.org/6486027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74670 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_download.h')
-rw-r--r--chrome/browser/autofill/autofill_download.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_download.h b/chrome/browser/autofill/autofill_download.h
index fbbf838..586fb06 100644
--- a/chrome/browser/autofill/autofill_download.h
+++ b/chrome/browser/autofill/autofill_download.h
@@ -87,7 +87,7 @@ class AutoFillDownloadManager : public URLFetcher::Delegate {
// GetNegativeUploadRate() for non matched.
double GetPositiveUploadRate() const;
double GetNegativeUploadRate() const;
- // These functions called very rarely outside of theunit-tests. With current
+ // These functions called very rarely outside of the unit-tests. With current
// percentages, they would be called once per 100 auto-fillable forms filled
// and submitted by user. The order of magnitude would remain similar in the
// future.