Index: chrome/browser/ui/webui/history_ui.cc |
diff --git a/chrome/browser/ui/webui/history_ui.cc b/chrome/browser/ui/webui/history_ui.cc |
index 35ce750662087df5fb14c6fb653ffbce1d0b2203..0ec00ebaf2f5a5be2f8d2fc0470a104e246ccd40 100644 |
--- a/chrome/browser/ui/webui/history_ui.cc |
+++ b/chrome/browser/ui/webui/history_ui.cc |
@@ -131,7 +131,7 @@ WebUIMessageHandler* BrowsingHistoryHandler::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, |