| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index 49e91b7f55a9afe8b61dd80cb77d74ba91e1d76f..7743a36c332d8f0a75107074c1430f15e40eb5a2 100644
|
| --- a/chrome/browser/history/history_service.cc
|
| +++ b/chrome/browser/history/history_service.cc
|
| @@ -362,6 +362,11 @@ bool HistoryService::GetVisitCountForURL(const GURL& url, int* visit_count) {
|
| return true;
|
| }
|
|
|
| +history::TypedUrlSyncableService* HistoryService::GetTypedUrlSyncableService()
|
| + const {
|
| + return history_backend_->GetTypedUrlSyncableService();
|
| +}
|
| +
|
| void HistoryService::Shutdown() {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| // It's possible that bookmarks haven't loaded and history is waiting for
|
|
|