| Index: chrome/browser/history/history_service.cc
|
| diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
|
| index e38cbcf1a23af739b70d555a482f616341437e23..9e77c5811a9c0e48a48d830896187cd2171e57e6 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
|
|
|