| Index: chrome/browser/resources/md_history/history_item.js
|
| diff --git a/chrome/browser/resources/md_history/history_item.js b/chrome/browser/resources/md_history/history_item.js
|
| index b6b6603dfd28f920c4b07f74edfe8b5a1e6d983c..daffad0275a9d0cd4595bf7d62225d55b7486b48 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -95,8 +95,7 @@ cr.define('md_history', function() {
|
| * @private
|
| */
|
| showIcon_: function() {
|
| - this.$.icon.style.backgroundImage =
|
| - cr.icon.getFaviconImageSet(this.item.url);
|
| + this.$.icon.style.backgroundImage = cr.icon.getFavicon(this.item.url);
|
| },
|
|
|
| selectionNotAllowed_: function() {
|
|
|