summaryrefslogtreecommitdiffstats
path: root/ui/file_manager/file_manager/background/js/device_handler.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/file_manager/file_manager/background/js/device_handler.js')
-rw-r--r--ui/file_manager/file_manager/background/js/device_handler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/file_manager/file_manager/background/js/device_handler.js b/ui/file_manager/file_manager/background/js/device_handler.js
index ecded52..6b86a35 100644
--- a/ui/file_manager/file_manager/background/js/device_handler.js
+++ b/ui/file_manager/file_manager/background/js/device_handler.js
@@ -423,7 +423,7 @@ DeviceHandler.prototype.onMount_ = function(event) {
.then(
/**
* @param {!VolumeInfo} volumeInfo
- * @return {Promise<DirectoryEntry>} The root directory
+ * @return {!Promise<!DirectoryEntry>} The root directory
* of the volume.
*/
function(volumeInfo) {