| 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;
|
| +}
|
| +
|
| class BrowsingDataCounterFactory {
|
| public:
|
| // Creates a new instance of BrowsingDataCounter that is counting the data
|
|
|