| Index: ui/file_manager/file_manager/background/js/volume_manager.js
|
| diff --git a/ui/file_manager/file_manager/background/js/volume_manager.js b/ui/file_manager/file_manager/background/js/volume_manager.js
|
| index 0c0e6c8d516765b5d9bbe443e070356b638c3f33..9abbb12a0b42317d864be6f865e57f0ef087f08b 100644
|
| --- a/ui/file_manager/file_manager/background/js/volume_manager.js
|
| +++ b/ui/file_manager/file_manager/background/js/volume_manager.js
|
| @@ -189,7 +189,7 @@ VolumeInfo.prototype = /** @struct */ {
|
| * @param {function(!DirectoryEntry)=} opt_onSuccess Success callback with the
|
| * display root directory as an argument.
|
| * @param {function(*)=} opt_onFailure Failure callback.
|
| - * @return {Promise.<!DirectoryEntry>}
|
| + * @return {!Promise.<!DirectoryEntry>}
|
| */
|
| VolumeInfo.prototype.resolveDisplayRoot = function(opt_onSuccess,
|
| opt_onFailure) {
|
|
|