Index: chrome/browser/ui/cocoa/history_menu_bridge.h |
diff --git a/chrome/browser/ui/cocoa/history_menu_bridge.h b/chrome/browser/ui/cocoa/history_menu_bridge.h |
index 3db83236873a125534b5a8d59e4fed053efe18a0..10a5cff551b8c64cf0be72f77727dfa60eb12bb9 100644 |
--- a/chrome/browser/ui/cocoa/history_menu_bridge.h |
+++ b/chrome/browser/ui/cocoa/history_menu_bridge.h |
@@ -190,8 +190,9 @@ class HistoryMenuBridge : public content::NotificationObserver, |
// request it. This decodes the raw data, updates the HistoryItem, and then |
// sets the image on the menu. Called on the same same thread that |
// GetFaviconForHistoryItem() was called on (UI thread). |
- void GotFaviconData(FaviconService::Handle handle, |
- history::FaviconData favicon); |
+ void GotFaviconData( |
+ FaviconService::Handle handle, |
+ const history::FaviconImageResult& image_result); |
// Cancels a favicon load request for a given HistoryItem, if one is in |
// progress. |