| 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 0eaf6373aa90ca4bbc4b63603c088c504e28b142..0b94e9e8f747ea5ae449302bc6e6744a5f3ced0b 100644
|
| --- a/chrome/browser/bookmarks/bookmark_html_writer.h
|
| +++ b/chrome/browser/bookmarks/bookmark_html_writer.h
|
| @@ -64,8 +64,9 @@ class BookmarkFaviconFetcher: public content::NotificationObserver {
|
|
|
| // Favicon fetch callback. After all favicons are fetched executes
|
| // html output on the file thread.
|
| - void OnFaviconDataAvailable(FaviconService::Handle handle,
|
| - history::FaviconData favicon);
|
| + void OnFaviconDataAvailable(
|
| + FaviconService::Handle handle,
|
| + const history::FaviconBitmapResult& bitmap_result);
|
|
|
| // The Profile object used for accessing FaviconService, bookmarks model.
|
| Profile* profile_;
|
|
|