| Index: ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| diff --git a/ui/file_manager/file_manager/background/js/file_operation_manager.js b/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| index b6908a41f49549ea063154bd893b4a80b74e11f5..391016202a99834b4e3f965b15e8b91e9568fe81 100644
|
| --- a/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| +++ b/ui/file_manager/file_manager/background/js/file_operation_manager.js
|
| @@ -434,8 +434,8 @@ FileOperationManager.Task = function(
|
| // If directory already exists, we try to make a copy named 'dir (X)',
|
| // where X is a number. When we do this, all subsequent copies from
|
| // inside the subtree should be mapped to the new directory name.
|
| - // For example, if 'dir' was copied as 'dir (1)', then 'dir\file.txt' should
|
| - // become 'dir (1)\file.txt'.
|
| + // For example, if 'dir' was copied as 'dir (1)', then 'dir/file.txt' should
|
| + // become 'dir (1)/file.txt'.
|
| this.renamedDirectories_ = [];
|
| };
|
|
|
|
|