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

Unified Diff: chrome/browser/browsing_data/browsing_data_counter_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: chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc b/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
index 16eeeced783df043ba7a01ba71e70cc1f01e8f1f..b4ff98c345e4f05b445171191ba5e9fbcda61f39 100644
--- a/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
+++ b/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
@@ -70,7 +70,8 @@ TEST_F(BrowsingDataCounterUtilsTest, HostedAppsCounterResult) {
apps.size(),
examples);
- base::string16 output = GetChromeCounterTextFromResult(&result);
+ base::string16 output = GetChromeCounterTextFromResult(
+ &result, browsing_data::ClearBrowsingDataTab::ADVANCED);
EXPECT_EQ(output, base::ASCIIToUTF16(test_case.expected_output));
}
}

Powered by Google App Engine
This is Rietveld 408576698