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 bdb638c55cba189e7a96cfd732aee3c51dd3b9f3..38ded31b56af953a4dc0a95765476843c15116d7 100644 |
--- a/chrome/browser/bookmarks/bookmark_html_writer.h |
+++ b/chrome/browser/bookmarks/bookmark_html_writer.h |
@@ -21,7 +21,7 @@ class BookmarkNode; |
class Profile; |
namespace chrome { |
-struct FaviconBitmapResult; |
+struct FaviconRawBitmapResult; |
} |
// Observer for bookmark html output. Used only in tests. |
@@ -71,7 +71,7 @@ class BookmarkFaviconFetcher: public content::NotificationObserver { |
// Favicon fetch callback. After all favicons are fetched executes |
// html output on the file thread. |
void OnFaviconDataAvailable( |
- const favicon_base::FaviconBitmapResult& bitmap_result); |
+ const favicon_base::FaviconRawBitmapResult& bitmap_result); |
// The Profile object used for accessing FaviconService, bookmarks model. |
Profile* profile_; |