| 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 8406b656953835107463bf750c9808bccec94574..16eeeced783df043ba7a01ba71e70cc1f01e8f1f 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
|
| @@ -46,12 +46,12 @@
|
| std::string apps_list;
|
| std::string expected_output;
|
| } kTestCases[] = {
|
| - {"", "None"},
|
| - {"App1", "1 app (App1)"},
|
| - {"App1, App2", "2 apps (App1, App2)"},
|
| - {"App1, App2, App3", "3 apps (App1, App2, and 1 more)"},
|
| - {"App1, App2, App3, App4", "4 apps (App1, App2, and 2 more)"},
|
| - {"App1, App2, App3, App4, App5", "5 apps (App1, App2, and 3 more)"},
|
| + { "", "none" },
|
| + { "App1", "1 app (App1)" },
|
| + { "App1, App2", "2 apps (App1, App2)" },
|
| + { "App1, App2, App3", "3 apps (App1, App2, and 1 more)" },
|
| + { "App1, App2, App3, App4", "4 apps (App1, App2, and 2 more)" },
|
| + { "App1, App2, App3, App4, App5", "5 apps (App1, App2, and 3 more)" },
|
| };
|
|
|
| for (const TestCase& test_case : kTestCases) {
|
|
|