Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h |
index 67d992896b26b3f8d77d1a98e318d36fed5fa3ae..9aa7cb6fc6d5e8c1843d59818b5f7daa37f7fea5 100644 |
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h |
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h |
@@ -40,8 +40,9 @@ class FaviconWebUIHandler : public content::WebUIMessageHandler { |
private: |
// Called when favicon data is available from the history backend. |
- void OnFaviconDataAvailable(FaviconService::Handle request_handle, |
- history::FaviconData favicon); |
+ void OnFaviconDataAvailable( |
+ FaviconService::Handle request_handle, |
+ const history::FaviconBitmapResult& bitmap_result); |
CancelableRequestConsumerTSimple<int> consumer_; |