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