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

Unified Diff: components/browsing_data/core/browsing_data_utils_unittest.cc

Issue 2730703003: Change CBD layout and texts (Closed)
Patch Set: try fix tests Created 3 years, 9 months 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/browsing_data/core/browsing_data_utils_unittest.cc
diff --git a/components/browsing_data/core/browsing_data_utils_unittest.cc b/components/browsing_data/core/browsing_data_utils_unittest.cc
index bd22d2867be2276ee856f1ffa33d82fdaf1efb69..9263ffc8fbefe94e593356fbd0fcae4b69c3ae06 100644
--- a/components/browsing_data/core/browsing_data_utils_unittest.cc
+++ b/components/browsing_data/core/browsing_data_utils_unittest.cc
@@ -83,7 +83,8 @@ TEST_F(BrowsingDataUtilsTest, AutofillCounterResult) {
test_case.num_credit_cards, test_case.num_addresses,
test_case.num_suggestions));
- base::string16 output = browsing_data::GetCounterTextFromResult(&result);
+ base::string16 output = browsing_data::GetCounterTextFromResult(
+ &result, browsing_data::ClearBrowsingDataTab::ADVANCED);
EXPECT_EQ(output, base::ASCIIToUTF16(test_case.expected_output));
}
}

Powered by Google App Engine
This is Rietveld 408576698