Chromium Code Reviews| Index: chrome/browser/browsing_data/browsing_data_counter_factory.h |
| diff --git a/chrome/browser/browsing_data/browsing_data_counter_factory.h b/chrome/browser/browsing_data/browsing_data_counter_factory.h |
| index 96b236f2df933d3d14e55152748c88c8784746a6..1bbd15aea8f380574674a3e427ef249b80c6baec 100644 |
| --- a/chrome/browser/browsing_data/browsing_data_counter_factory.h |
| +++ b/chrome/browser/browsing_data/browsing_data_counter_factory.h |
| @@ -16,6 +16,10 @@ namespace browsing_data { |
| class BrowsingDataCounter; |
| } |
| +namespace history { |
| +class WebHistoryService; |
|
maxbogue
2016/07/21 16:03:05
Why is this here? I don't see any reference in thi
ioanap
2016/07/22 09:59:25
It was used before. Removed it now. Thank you!
Do
|
| +} |
| + |
| class BrowsingDataCounterFactory { |
| public: |
| // Creates a new instance of BrowsingDataCounter that is counting the data |