Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Unified Diff: ui/file_manager/file_manager/background/js/file_operation_manager.js

Issue 274473004: Nitpicking fixes for Files.app code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_ = [];
};

Powered by Google App Engine
This is Rietveld 408576698