| 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 06537548dba7d1cd2db8302c1246d0a837b64ace..a6345d34e09f1bdd6355cc4150919f17ef04b4d7 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/import_controller.js
|
| @@ -1209,7 +1209,7 @@ importer.RuntimeControllerEnvironment.prototype.addVolumeUnmountListener =
|
| // TODO(smckay): remove listeners when the page is torn down.
|
| chrome.fileManagerPrivate.onMountCompleted.addListener(
|
| /**
|
| - * @param {!MountCompletedEvent} event
|
| + * @param {!chrome.fileManagerPrivate.MountCompletedEvent} event
|
| * @this {importer.RuntimeControllerEnvironment}
|
| */
|
| function(event) {
|
|
|