| Index: ui/file_manager/file_manager/common/js/util.js
|
| diff --git a/ui/file_manager/file_manager/common/js/util.js b/ui/file_manager/file_manager/common/js/util.js
|
| index fcfd4b1a6ebe2216561285062a4db90b5509f86a..ab64c3914d75b6c721b95c5e4843e970fc65ca1c 100644
|
| --- a/ui/file_manager/file_manager/common/js/util.js
|
| +++ b/ui/file_manager/file_manager/common/js/util.js
|
| @@ -775,7 +775,7 @@ util.entriesToURLs = function(entries) {
|
| * Converts array of URLs to an array of corresponding Entries.
|
| *
|
| * @param {Array.<string>} urls Input array of URLs.
|
| - * @param {function(Array.<Entry>, Array.<URL>)=} opt_callback Completion
|
| + * @param {function(!Array.<!Entry>, !Array.<!URL>)=} opt_callback Completion
|
| * callback with array of success Entries and failure URLs.
|
| * @return {Promise} Promise fulfilled with the object that has entries property
|
| * and failureUrls property. The promise is never rejected.
|
|
|