Index: chrome/browser/browsing_data/browsing_data_counter.h |
diff --git a/chrome/browser/browsing_data/browsing_data_counter.h b/chrome/browser/browsing_data/browsing_data_counter.h |
index e2a118ee6e372e48cf52ad3461bf56f49b339036..14063957d88e4ed0f8ca22c5fdf4ca7fe4d94d8b 100644 |
--- a/chrome/browser/browsing_data/browsing_data_counter.h |
+++ b/chrome/browser/browsing_data/browsing_data_counter.h |
@@ -29,12 +29,12 @@ class BrowsingDataCounter { |
// The profile associated with this counter. |
Profile* GetProfile() const; |
- protected: |
- // Called when some conditions have changed and the counting should be |
- // restarted, e.g. when the deletion preference changed state or when |
- // we were notified of data changes. |
- void RestartCounting(); |
+ // Restarts the counter. Will be called automatically if the counting needs |
+ // to be restarted, e.g. when the deletion preference changes state or when |
+ // we are notified of data changes. |
+ void Restart(); |
+ protected: |
// Should be called from |Count| by any overriding class to indicate that |
// counting is finished and report the |result|. |
void ReportResult(uint32 result); |