Index: ui/file_manager/file_manager/foreground/js/directory_model.js |
diff --git a/ui/file_manager/file_manager/foreground/js/directory_model.js b/ui/file_manager/file_manager/foreground/js/directory_model.js |
index b53085edf6058f6cdeab97949f88bb41ae558266..5acbee35f38149a4c09663ad063597859e8880b6 100644 |
--- a/ui/file_manager/file_manager/foreground/js/directory_model.js |
+++ b/ui/file_manager/file_manager/foreground/js/directory_model.js |
@@ -1092,7 +1092,7 @@ DirectoryModel.prototype.onVolumeInfoListUpdated_ = function(event) { |
* Creates directory contents for the entry and query. |
* |
* @param {FileListContext} context File list context. |
- * @param {DirectoryEntry} entry Current directory. |
+ * @param {!DirectoryEntry} entry Current directory. |
* @param {string=} opt_query Search query string. |
* @return {DirectoryContents} Directory contents. |
* @private |