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 4816ec52deae8ab266c1e428a52b0b46e0daedb7..72720b196085ff29dbd7d0f13c553b5dcb83a73b 100644 |
--- a/chrome/browser/ui/webui/favicon_source.h |
+++ b/chrome/browser/ui/webui/favicon_source.h |
@@ -35,10 +35,7 @@ class FavIconSource : public ChromeURLDataManager::DataSource { |
private: |
// Called when favicon data is available from the history backend. |
void OnFavIconDataAvailable(FaviconService::Handle request_handle, |
- bool know_favicon, |
- scoped_refptr<RefCountedMemory> data, |
- bool expired, |
- GURL url); |
+ FaviconService::FaviconData favicon); |
// Sends the default favicon. |
void SendDefaultResponse(int request_id); |