| Index: chrome/browser/resources/file_manager/js/util.js
|
| diff --git a/chrome/browser/resources/file_manager/js/util.js b/chrome/browser/resources/file_manager/js/util.js
|
| index 986201a91e23195d876a8e350e673f235a49fb5d..b1ccda8227de8e516301dd10558b35e4c6d59288 100644
|
| --- a/chrome/browser/resources/file_manager/js/util.js
|
| +++ b/chrome/browser/resources/file_manager/js/util.js
|
| @@ -48,7 +48,7 @@ util.ferr = function(msg) {
|
| util.installFileErrorToString = function() {
|
| FileError.prototype.toString = function() {
|
| return '[object FileError: ' + util.getFileErrorMnemonic(this.code) + ']';
|
| - }
|
| + };
|
| };
|
|
|
| /**
|
|
|