Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2816)

Unified Diff: chrome/browser/history/history_backend.cc

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/history/history_backend.h ('k') | chrome/browser/visitedlink/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)) {
« no previous file with comments | « chrome/browser/history/history_backend.h ('k') | chrome/browser/visitedlink/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698