summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_structure.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 01:01:52 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-01 01:01:52 +0000
commitf5c722b9e89c91e0844afeb29d841f02ed5c472f (patch)
treedc4cf7bf3f2e53391b737eaa1f1b8b2d27846f8f /chrome/browser/autofill/form_structure.h
parent52eed12eccb82f5402aaf044c49ce101d02fce6c (diff)
downloadchromium_src-f5c722b9e89c91e0844afeb29d841f02ed5c472f.zip
chromium_src-f5c722b9e89c91e0844afeb29d841f02ed5c472f.tar.gz
chromium_src-f5c722b9e89c91e0844afeb29d841f02ed5c472f.tar.bz2
autofill: Rename AutoFillMetrics to AutofillMetrics.
BUG=72758 TEST=compiled locally and trybots Review URL: http://codereview.chromium.org/6602001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76330 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/form_structure.h')
-rw-r--r--chrome/browser/autofill/form_structure.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/autofill/form_structure.h b/chrome/browser/autofill/form_structure.h
index fbc214e..0136ed5 100644
--- a/chrome/browser/autofill/form_structure.h
+++ b/chrome/browser/autofill/form_structure.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -31,7 +31,7 @@ enum UploadRequired {
USE_UPLOAD_RATES
};
-class AutoFillMetrics;
+class AutofillMetrics;
// FormStructure stores a single HTML form together with the values entered
// in the fields along with additional information needed by AutoFill.
@@ -57,7 +57,7 @@ class FormStructure {
static void ParseQueryResponse(const std::string& response_xml,
const std::vector<FormStructure*>& forms,
UploadRequired* upload_required,
- const AutoFillMetrics& metric_logger);
+ const AutofillMetrics& metric_logger);
// The unique signature for this form, composed of the target url domain,
// the form name, and the form field names in a 64-bit hash.