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 7620d24f5e2e5b12325babab3dc129f2ec657906..848829ec9545290c1ea9ec8fb15297ba7caf7236 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); |
+ history::FaviconData favicon); |
// Sends the default favicon. |
void SendDefaultResponse(int request_id); |