| Index: ui/file_manager/file_manager/foreground/js/import_controller.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/import_controller.js b/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| index 38f1a31db5b26a9491b60a143a4234bb9dd80e9e..1cb2713788c5444c35f12767ef0507a030e475b7 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| @@ -880,7 +880,7 @@ importer.ControllerEnvironment.prototype.getSelection;
|
|
|
| /**
|
| * Returns the directory entry for the current directory.
|
| - * @return {DirectoryEntry}
|
| + * @return {DirectoryEntry|FakeEntry}
|
| */
|
| importer.ControllerEnvironment.prototype.getCurrentDirectory;
|
|
|
|
|