summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/autofill_xml_parser_unittest.cc
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-07 16:16:03 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-07 16:16:03 +0000
commit7b37fbb72d90091c6d39be97037e9b089ca0f635 (patch)
tree6f86b054efd68ecf80f643eca470e59984e138ab /chrome/browser/autofill/autofill_xml_parser_unittest.cc
parent7e7e96ddb9daf85e680a6240e96fdc288c314b20 (diff)
downloadchromium_src-7b37fbb72d90091c6d39be97037e9b089ca0f635.zip
chromium_src-7b37fbb72d90091c6d39be97037e9b089ca0f635.tar.gz
chromium_src-7b37fbb72d90091c6d39be97037e9b089ca0f635.tar.bz2
autofill: Rename AutoFillType to AutofillType.
BUG=72758 TEST=existing unit_tests Review URL: http://codereview.chromium.org/6626042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77140 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_xml_parser_unittest.cc')
-rw-r--r--chrome/browser/autofill/autofill_xml_parser_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_xml_parser_unittest.cc b/chrome/browser/autofill/autofill_xml_parser_unittest.cc
index 5f5146c..0732992 100644
--- a/chrome/browser/autofill/autofill_xml_parser_unittest.cc
+++ b/chrome/browser/autofill/autofill_xml_parser_unittest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 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.
@@ -186,7 +186,7 @@ TEST(AutoFillQueryXmlParserTest, ParseErrors) {
EXPECT_TRUE(parse_handler->succeeded());
EXPECT_EQ(USE_UPLOAD_RATES, upload_required);
ASSERT_EQ(1U, field_types.size());
- // AutoFillType was out of range and should be set to NO_SERVER_DATA.
+ // AutofillType was out of range and should be set to NO_SERVER_DATA.
EXPECT_EQ(NO_SERVER_DATA, field_types[0]);
EXPECT_EQ(std::string(), experiment_id);