Index: chrome/browser/ui/webui/ntp/android/bookmarks_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h b/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h |
index cddae741ca1080e498f305a839268f172e93d716..6cce36d61094238b2f28820244f104392891ea9a 100644 |
--- a/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h |
+++ b/chrome/browser/ui/webui/ntp/android/bookmarks_handler.h |
@@ -130,8 +130,9 @@ class BookmarksHandler : public content::WebUIMessageHandler, |
// Called once the favicon is loaded during creation of the bookmark shortcuts |
// and is available for use. |
- void OnShortcutFaviconDataAvailable(FaviconService::Handle handle, |
- history::FaviconData favicon); |
+ void OnShortcutFaviconDataAvailable( |
+ FaviconService::Handle handle, |
+ const history::FaviconBitmapResult& bitmap_result); |
DISALLOW_COPY_AND_ASSIGN(BookmarksHandler); |
}; |