| Index: components/browsing_data/core/counters/history_counter.cc
 | 
| diff --git a/components/browsing_data/core/counters/history_counter.cc b/components/browsing_data/core/counters/history_counter.cc
 | 
| index c1c44512ba0dcf2b820ef9a1f1220f58346c123c..26e652df47a34821c1be185d9cfaa7bb807c6e6c 100644
 | 
| --- a/components/browsing_data/core/counters/history_counter.cc
 | 
| +++ b/components/browsing_data/core/counters/history_counter.cc
 | 
| @@ -20,7 +20,7 @@ namespace browsing_data {
 | 
|  HistoryCounter::HistoryCounter(
 | 
|      history::HistoryService* history_service,
 | 
|      const GetUpdatedWebHistoryServiceCallback& callback,
 | 
| -    syncer::SyncService* sync_service)
 | 
| +    sync_driver::SyncService* sync_service)
 | 
|      : history_service_(history_service),
 | 
|        web_history_service_callback_(callback),
 | 
|        sync_service_(sync_service),
 | 
| 
 |