| 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 a6a417b857ec13ef519e18d53e533315e7837bc7..24d088f66e5cee54a94ec6ff5399b92b2bffe9a6 100644
|
| --- a/chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| +++ b/chrome/browser/browsing_data/browsing_data_counter_utils.h
|
| @@ -17,6 +17,7 @@ bool IsSiteDataCounterEnabled();
|
|
|
| // Constructs the text to be displayed by a counter from the given |result|.
|
| base::string16 GetChromeCounterTextFromResult(
|
| - const browsing_data::BrowsingDataCounter::Result* result);
|
| + const browsing_data::BrowsingDataCounter::Result* result,
|
| + browsing_data::ClearBrowsingDataTab cbd_tab);
|
|
|
| #endif // CHROME_BROWSER_BROWSING_DATA_BROWSING_DATA_COUNTER_UTILS_H_
|
|
|