Index: chrome/browser/bookmarks/bookmark_html_writer.h |
diff --git a/chrome/browser/bookmarks/bookmark_html_writer.h b/chrome/browser/bookmarks/bookmark_html_writer.h |
index 9ae75dbc8647247b5f680a60df770b09255206a1..3fac0d931cb7b5a1c3e601afea5fc59f6daf5e0d 100644 |
--- a/chrome/browser/bookmarks/bookmark_html_writer.h |
+++ b/chrome/browser/bookmarks/bookmark_html_writer.h |
@@ -66,10 +66,7 @@ class BookmarkFaviconFetcher: public NotificationObserver { |
// Favicon fetch callback. After all favicons are fetched executes |
// html output on the file thread. |
void OnFavIconDataAvailable(FaviconService::Handle handle, |
- bool know_favicon, |
- scoped_refptr<RefCountedMemory> data, |
- bool expired, |
- GURL icon_url); |
+ FaviconService::FaviconData favicon); |
// The Profile object used for accessing FaviconService, bookmarks model. |
Profile* profile_; |