| Index: chrome/browser/ui/webui/favicon_source.h
|
| diff --git a/chrome/browser/ui/webui/favicon_source.h b/chrome/browser/ui/webui/favicon_source.h
|
| index 319c88d904361d62a824d160ddde312a2d55abac..b501c8bbd45a83da0baedee3380b08ec28d5e15a 100644
|
| --- a/chrome/browser/ui/webui/favicon_source.h
|
| +++ b/chrome/browser/ui/webui/favicon_source.h
|
| @@ -54,8 +54,9 @@ class FaviconSource : public ChromeURLDataManager::DataSource {
|
| void Init(Profile* profile, IconType type);
|
|
|
| // 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);
|
|
|
| // Sends the default favicon.
|
| void SendDefaultResponse(int request_id);
|
|
|