| Index: chrome/browser/history/history_backend.cc
|
| diff --git a/chrome/browser/history/history_backend.cc b/chrome/browser/history/history_backend.cc
|
| index 5aec41533a0baf4f71f70e58473f3b5463799785..020b308d6d13882c66fe07e2f8ed8fc69a7d3d62 100644
|
| --- a/chrome/browser/history/history_backend.cc
|
| +++ b/chrome/browser/history/history_backend.cc
|
| @@ -1059,7 +1059,7 @@ void HistoryBackend::AddPageNoVisitForBookmark(const GURL& url,
|
| }
|
|
|
| void HistoryBackend::IterateURLs(
|
| - scoped_refptr<VisitedLinkDelegate::URLEnumerator> iterator) {
|
| + scoped_refptr<components::VisitedLinkDelegate::URLEnumerator> iterator) {
|
| if (db_.get()) {
|
| HistoryDatabase::URLEnumerator e;
|
| if (db_->InitURLEnumeratorForEverything(&e)) {
|
|
|