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

Unified Diff: components/autofill/core/browser/autofill_xml_parser_unittest.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month 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
Index: components/autofill/core/browser/autofill_xml_parser_unittest.cc
diff --git a/components/autofill/core/browser/autofill_xml_parser_unittest.cc b/components/autofill/core/browser/autofill_xml_parser_unittest.cc
index b97c7746ccc2c1b388fd43135d72a13dca44f565..929b4759688e022fb6424d5523c524b0d0b8277f 100644
--- a/components/autofill/core/browser/autofill_xml_parser_unittest.cc
+++ b/components/autofill/core/browser/autofill_xml_parser_unittest.cc
@@ -17,7 +17,7 @@ namespace {
class AutofillQueryXmlParserTest : public testing::Test {
public:
- AutofillQueryXmlParserTest(): upload_required_(USE_UPLOAD_RATES) {};
+ AutofillQueryXmlParserTest(): upload_required_(USE_UPLOAD_RATES) {}
~AutofillQueryXmlParserTest() override{};
protected:
@@ -36,7 +36,7 @@ class AutofillQueryXmlParserTest : public testing::Test {
class AutofillUploadXmlParserTest : public testing::Test {
public:
- AutofillUploadXmlParserTest(): positive_(0), negative_(0) {};
+ AutofillUploadXmlParserTest(): positive_(0), negative_(0) {}
~AutofillUploadXmlParserTest() override{};
protected:
@@ -160,7 +160,7 @@ TEST_F(AutofillQueryXmlParserTest, ParseErrors) {
EXPECT_EQ(NO_SERVER_DATA, field_infos_[0].field_type);
}
-// Test successfull upload response.
+// Test successful upload response.
TEST_F(AutofillUploadXmlParserTest, TestSuccessfulResponse) {
ParseUploadXML("<autofilluploadresponse positiveuploadrate=\"0.5\" "
"negativeuploadrate=\"0.3\"/>",
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_sync_starter.cc ('k') | components/history/core/browser/history_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698