Index: chrome/browser/ui/webui/extension_icon_source.h |
diff --git a/chrome/browser/ui/webui/extension_icon_source.h b/chrome/browser/ui/webui/extension_icon_source.h |
index 7b2bc85dd13538bc772be4e38928909c0968b391..add0d517e79048133e3c42cf77a8b8e41dff5d2e 100644 |
--- a/chrome/browser/ui/webui/extension_icon_source.h |
+++ b/chrome/browser/ui/webui/extension_icon_source.h |
@@ -100,10 +100,7 @@ class ExtensionIconSource : public ChromeURLDataManager::DataSource, |
// FaviconService callback |
void OnFaviconDataAvailable(FaviconService::Handle request_handle, |
- bool know_favicon, |
- scoped_refptr<RefCountedMemory> data, |
- bool expired, |
- GURL icon_url); |
+ history::FaviconData favicon); |
// ImageLoadingTracker::Observer |
virtual void OnImageLoaded(SkBitmap* image, |