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 b6de81916e1c2f32180862445a007a8be6550474..48d00b38084d196d10bc5c13ce0865b434478bc4 100644 |
--- a/chrome/browser/ui/cocoa/history_menu_bridge.h |
+++ b/chrome/browser/ui/cocoa/history_menu_bridge.h |
@@ -187,10 +187,7 @@ class HistoryMenuBridge : public NotificationObserver, |
// sets the image on the menu. Called on the same same thread that |
// GetFaviconForHistoryItem() was called on (UI thread). |
void GotFaviconData(FaviconService::Handle handle, |
- bool know_favicon, |
- scoped_refptr<RefCountedMemory> data, |
- bool expired, |
- GURL url); |
+ history::FaviconData favicon); |
// Cancels a favicon load request for a given HistoryItem, if one is in |
// progress. |