| 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 f03e38607464e2eaaec4f9ff7972169ec2b66945..e898eddb6b8f08b1c0c7fa67a3355cffe4265f9d 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 @@
|
|
|
| /**
|
| * Shows the dialog.
|
| - * @param {!Entry} entry Entry to share.
|
| + * @param {FileEntry} 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.
|
|
|