| 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 d941e8f3671d3e8659f2d324676303af7a9659f9..1e0f88a2cc94713c765f485d363014814618de50 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
|
| +++ b/chrome/browser/browsing_data/browsing_data_counter_utils_unittest.cc
|
| @@ -55,9 +55,8 @@ TEST_F(BrowsingDataCounterUtilsTest, CacheCounterResult) {
|
| {2.312 * kBytesInAMegabyte, false, true,
|
| "Frees up 2.3 MB. Some sites may load more slowly on your next visit."},
|
| {2.312 * kBytesInAMegabyte, true, false, "Less than 2.3 MB"},
|
| - // TODO(725401): Fix upper case L in estimate string for desktop.
|
| {2.312 * kBytesInAMegabyte, true, true,
|
| - "Frees up Less than 2.3 MB. Some sites may load more slowly on your "
|
| + "Frees up less than 2.3 MB. Some sites may load more slowly on your "
|
| "next visit."},
|
| {500.2 * kBytesInAMegabyte, false, false, "500 MB"},
|
| {500.2 * kBytesInAMegabyte, true, false, "Less than 500 MB"},
|
|
|