Index: chrome/browser/ui/webui/history2_ui.cc |
diff --git a/chrome/browser/ui/webui/history2_ui.cc b/chrome/browser/ui/webui/history2_ui.cc |
index b9f6aca80f307487099635dfa6e6ae24341dc5c1..2de88c77c8ac8c7a27ad0d9fb161861696c459a0 100644 |
--- a/chrome/browser/ui/webui/history2_ui.cc |
+++ b/chrome/browser/ui/webui/history2_ui.cc |
@@ -131,7 +131,7 @@ WebUIMessageHandler* BrowsingHistoryHandler2::Attach(WebUI* web_ui) { |
// Create our favicon data source. |
Profile* profile = web_ui->GetProfile(); |
profile->GetChromeURLDataManager()->AddDataSource( |
- new FaviconSource(profile)); |
+ new FaviconSource(profile, chrome::kChromeUIFaviconHost)); |
// Get notifications when history is cleared. |
registrar_.Add(this, NotificationType::HISTORY_URLS_DELETED, |