| 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..f532eea374c762bce81425a1fd64e312ac3a85af 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);
|
|
|