| 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 26e652df47a34821c1be185d9cfaa7bb807c6e6c..c1c44512ba0dcf2b820ef9a1f1220f58346c123c 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,
|
| - sync_driver::SyncService* sync_service)
|
| + syncer::SyncService* sync_service)
|
| : history_service_(history_service),
|
| web_history_service_callback_(callback),
|
| sync_service_(sync_service),
|
|
|