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

Unified Diff: components/browsing_data/core/browsing_data_utils.h

Issue 2910983002: Improve and fix counter texts (Closed)
Patch Set: fix ios failures, add random change to browsing_data_utils.h to trigger all tests Created 3 years, 7 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.h
diff --git a/components/browsing_data/core/browsing_data_utils.h b/components/browsing_data/core/browsing_data_utils.h
index 133e744a3b7d2d64c42da85c76012ef92f2f23fe..3e087f8cf1e722cfe1bfda90bfb7e6ee9d5339f4 100644
--- a/components/browsing_data/core/browsing_data_utils.h
+++ b/components/browsing_data/core/browsing_data_utils.h
@@ -52,8 +52,8 @@ base::Time CalculateEndDeleteTime(TimePeriod time_period);
void RecordDeletionForPeriod(TimePeriod time_period);
// Constructs the text to be displayed by a counter from the given |result|.
-// Currently this can only be used for counters for which the Result is defined
-// in components/browsing_data/core/counters.
+// Currently this can only be used for counters for which the Result is
+// defined in components/browsing_data/core/counters.
base::string16 GetCounterTextFromResult(
const BrowsingDataCounter::Result* result);

Powered by Google App Engine
This is Rietveld 408576698