| Index: ui/file_manager/file_manager/background/js/media_import_handler.js
|
| diff --git a/ui/file_manager/file_manager/background/js/media_import_handler.js b/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| index a796cf5034723b492522690d61d4437b372a999c..38472ef0403e223c2c4830933789aad13d338991 100644
|
| --- a/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| +++ b/ui/file_manager/file_manager/background/js/media_import_handler.js
|
| @@ -298,7 +298,7 @@ importer.MediaImportHandler.ImportTask.prototype.importOne_ =
|
| function(destinationDirectory, completionCallback, entry) {
|
| if (this.canceled_) {
|
| this.notify(importer.TaskQueue.UpdateType.CANCELED);
|
| - this.tracker_.send(metrics.ImportEvents.CANCELLED);
|
| + this.tracker_.send(metrics.ImportEvents.IMPORT_CANCELLED);
|
| this.sendImportStats_();
|
| return;
|
| }
|
|
|