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

Unified Diff: chrome/browser/browsing_data/browsing_data_counter_utils.h

Issue 2228913003: Move part of browsing data counter text util method to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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.h
diff --git a/chrome/browser/browsing_data/browsing_data_counter_utils.h b/chrome/browser/browsing_data/browsing_data_counter_utils.h
index 759c587c0fb7491a2d598f0462bb3b8d14a376e0..4d68d35215f4cc31227c8d4af3ab048646e4678d 100644
--- a/chrome/browser/browsing_data/browsing_data_counter_utils.h
+++ b/chrome/browser/browsing_data/browsing_data_counter_utils.h
@@ -15,7 +15,7 @@ class Profile;
bool AreCountersEnabled();
// Constructs the text to be displayed by a counter from the given |result|.
-base::string16 GetCounterTextFromResult(
+base::string16 GetChromeCounterTextFromResult(
const browsing_data::BrowsingDataCounter::Result* result);
// Copies the name of the deletion preference corresponding to the given

Powered by Google App Engine
This is Rietveld 408576698