| 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 e2593bf203cac5d8a23a0d9d370decf5379b7e2e..d072a016c853c183c89f6e37b1aa79d459c8933b 100644
|
| --- a/chrome/browser/resources/md_history/history_item.js
|
| +++ b/chrome/browser/resources/md_history/history_item.js
|
| @@ -87,7 +87,7 @@ Polymer({
|
| */
|
| showIcon_: function() {
|
| this.$.icon.style.backgroundImage =
|
| - getFaviconImageSet(this.item.url);
|
| + cr.icon.getFaviconImageSet(this.item.url);
|
| },
|
|
|
| /**
|
|
|