| 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 9f2288c4c7ae0a392ad0f35f62614f5a4fbdef93..b86d2559dc25de3eb6ada76c793c8ac88baa2db4 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| @@ -1131,12 +1131,12 @@ importer.ControllerEnvironment.prototype.showImportDestination;
|
| * @constructor
|
| * @implements {importer.ControllerEnvironment}
|
| *
|
| - * @param {!FileManager} fileManager
|
| + * @param {!CommandHandlerDeps} fileManager
|
| * @param {!FileSelectionHandler} selectionHandler
|
| */
|
| -importer.RuntimeControllerEnvironment =
|
| - function(fileManager, selectionHandler) {
|
| - /** @private {!FileManager} */
|
| +importer.RuntimeControllerEnvironment = function(
|
| + fileManager, selectionHandler) {
|
| + /** @private {!CommandHandlerDeps} */
|
| this.fileManager_ = fileManager;
|
|
|
| /** @private {!FileSelectionHandler} */
|
|
|