| 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
|
|
|