| 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 79d550b75de514956a92b2df7d36e8528b838299..22ce674ab78d4afc2ea899a19a3ffd202d44ea18 100644
|
| --- a/chrome/browser/ui/webui/md_history_ui.cc
|
| +++ b/chrome/browser/ui/webui/md_history_ui.cc
|
| @@ -61,6 +61,8 @@ content::WebUIDataSource* CreateMdHistoryUIHTMLSource(Profile* profile) {
|
| source->AddResourcePath("constants.html", IDR_MD_HISTORY_CONSTANTS_HTML);
|
| source->AddResourcePath("constants.js", IDR_MD_HISTORY_CONSTANTS_JS);
|
| source->AddResourcePath("elements.html", IDR_MD_HISTORY_ELEMENTS_HTML);
|
| + source->AddResourcePath("history_icons.html",
|
| + IDR_MD_HISTORY_HISTORY_ICONS_HTML);
|
| source->AddResourcePath("history_item.html",
|
| IDR_MD_HISTORY_HISTORY_ITEM_HTML);
|
| source->AddResourcePath("history_item.js", IDR_MD_HISTORY_HISTORY_ITEM_JS);
|
|
|