| 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..c699f52af5a101fb9086f5c348ee31f0440b160e 100644
|
| --- a/chrome/browser/ui/webui/favicon_source.h
|
| +++ b/chrome/browser/ui/webui/favicon_source.h
|
| @@ -38,7 +38,8 @@ class FavIconSource : public ChromeURLDataManager::DataSource {
|
| bool know_favicon,
|
| scoped_refptr<RefCountedMemory> data,
|
| bool expired,
|
| - GURL url);
|
| + GURL url,
|
| + history::IconType icon_type);
|
|
|
| // Sends the default favicon.
|
| void SendDefaultResponse(int request_id);
|
|
|