Index: ui/file_manager/file_manager/foreground/js/ui/share_dialog.js |
diff --git a/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js b/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js |
index e898eddb6b8f08b1c0c7fa67a3355cffe4265f9d..f03e38607464e2eaaec4f9ff7972169ec2b66945 100644 |
--- a/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js |
+++ b/ui/file_manager/file_manager/foreground/js/ui/share_dialog.js |
@@ -211,7 +211,7 @@ ShareDialog.prototype.hideWithResult = function(result, opt_onHide) { |
/** |
* Shows the dialog. |
- * @param {FileEntry} entry Entry to share. |
+ * @param {!Entry} entry Entry to share. |
* @param {function(ShareDialog.Result)} callback Callback to be called when the |
* showing task is completed. The argument is whether to succeed or not. |
* Note that cancel is regarded as success. |