| Index: chrome/browser/resources/history/other_devices.js
|
| diff --git a/chrome/browser/resources/history/other_devices.js b/chrome/browser/resources/history/other_devices.js
|
| index 6f279ca3a134857f90248c77932c4846db31a34f..c4c04a5f7790fe91cdfe57dea157c8d7841cbb98 100644
|
| --- a/chrome/browser/resources/history/other_devices.js
|
| +++ b/chrome/browser/resources/history/other_devices.js
|
| @@ -275,7 +275,7 @@ Device.prototype.createSessionContents_ = function(maxNumTabs) {
|
| numTabsShown++;
|
| var a = createElementWithClassName('a', 'device-tab-entry');
|
| a.href = tab.url;
|
| - a.style.backgroundImage = cr.icon.getFaviconImageSet(tab.url);
|
| + a.style.backgroundImage = cr.icon.getFavicon(tab.url);
|
| this.addHighlightedText_(a, tab.title);
|
| // Add a tooltip, since it might be ellipsized. The ones that are not
|
| // necessary will be removed once added to the document, so we can
|
|
|