diff options
Diffstat (limited to 'chrome/browser/resources/downloads.html')
-rw-r--r-- | chrome/browser/resources/downloads.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/downloads.html b/chrome/browser/resources/downloads.html index b451503..a6cd273 100644 --- a/chrome/browser/resources/downloads.html +++ b/chrome/browser/resources/downloads.html @@ -501,7 +501,7 @@ Download.prototype.update = function(download) { this.danger_.style.display = 'block'; this.safe_.style.display = 'none'; } else { - this.nodeImg_.src = 'chrome-ui://fileicon/' + this.filePath_; + this.nodeImg_.src = 'chrome://fileicon/' + this.filePath_; if (this.state_ == Download.States.COMPLETE) { this.nodeFileLink_.innerHTML = this.fileName_; |