Index: chrome/browser/ui/webui/md_history_ui.cc |
diff --git a/chrome/browser/ui/webui/md_history_ui.cc b/chrome/browser/ui/webui/md_history_ui.cc |
index ee6fb2cc46aae23fbb24423468f13ab4a9a20393..e73b50ef626118d9bda1ecb351e4e82479e2c0b6 100644 |
--- a/chrome/browser/ui/webui/md_history_ui.cc |
+++ b/chrome/browser/ui/webui/md_history_ui.cc |
@@ -94,6 +94,7 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) { |
source->AddResourcePath("history_toolbar.js", |
IDR_MD_HISTORY_HISTORY_TOOLBAR_JS); |
source->AddResourcePath("history.js", IDR_MD_HISTORY_HISTORY_JS); |
+ source->AddResourcePath("icons.html", IDR_MD_HISTORY_ICONS_HTML); |
source->AddResourcePath("shared_style.html", |
IDR_MD_HISTORY_SHARED_STYLE_HTML); |
source->AddResourcePath("side_bar.html", IDR_MD_HISTORY_SIDE_BAR_HTML); |