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

Unified Diff: components/bookmarks/browser/bookmark_client.cc

Issue 291643002: Move favicon callbacks to favicon_base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 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 | « components/bookmarks/browser/bookmark_client.h ('k') | components/favicon_base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_client.cc
diff --git a/components/bookmarks/browser/bookmark_client.cc b/components/bookmarks/browser/bookmark_client.cc
index 8d8ed94aaf5a6722f7bff2e63e7d62948bb079af..6fbb2d08321e39264c3ef5d2d106c3a14aa4283e 100644
--- a/components/bookmarks/browser/bookmark_client.cc
+++ b/components/bookmarks/browser/bookmark_client.cc
@@ -14,7 +14,7 @@ base::CancelableTaskTracker::TaskId BookmarkClient::GetFaviconImageForURL(
const GURL& page_url,
int icon_types,
int desired_size_in_dip,
- const FaviconImageCallback& callback,
+ const favicon_base::FaviconImageCallback& callback,
base::CancelableTaskTracker* tracker) {
return base::CancelableTaskTracker::kBadTaskId;
}
« no previous file with comments | « components/bookmarks/browser/bookmark_client.h ('k') | components/favicon_base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698