| 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..ee81f032fd9a60aadfc9899b602c38e2b2046ea5 100644
|
| --- a/chrome/browser/bookmarks/bookmark_html_writer.h
|
| +++ b/chrome/browser/bookmarks/bookmark_html_writer.h
|
| @@ -65,7 +65,8 @@ 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);
|
| + history::FaviconData favicon_data,
|
| + std::vector<GURL> icon_urls_in_db);
|
|
|
| // The Profile object used for accessing FaviconService, bookmarks model.
|
| Profile* profile_;
|
|
|