Index: chrome/browser/resources/history/history.js |
diff --git a/chrome/browser/resources/history/history.js b/chrome/browser/resources/history/history.js |
index 5ca33c68c215669b61205f32eb35223be17c88a2..c776c0bbebbf67950a5e611ac28cf47086f621cb 100644 |
--- a/chrome/browser/resources/history/history.js |
+++ b/chrome/browser/resources/history/history.js |
@@ -462,7 +462,7 @@ Visit.prototype.loadFavicon_ = function(faviconDiv) { |
img.onload = this.onLargeFaviconLoadedAndroid_.bind(this, faviconDiv); |
img.src = 'chrome://large-icon/' + desiredPixelSize + '/' + this.url_; |
} else { |
- faviconDiv.style.backgroundImage = cr.icon.getFaviconImageSet(this.url_); |
+ faviconDiv.style.backgroundImage = cr.icon.getFavicon(this.url_); |
} |
}; |