Index: chrome/browser/resources/file_manager/js/file_copy_manager_wrapper.js |
diff --git a/chrome/browser/resources/file_manager/js/file_copy_manager_wrapper.js b/chrome/browser/resources/file_manager/js/file_copy_manager_wrapper.js |
index 33365119ab1fff08eef2698a7defba2fa14cd9b4..b88127c8be64a23e9135fcd1c1fc905b66c30646 100644 |
--- a/chrome/browser/resources/file_manager/js/file_copy_manager_wrapper.js |
+++ b/chrome/browser/resources/file_manager/js/file_copy_manager_wrapper.js |
@@ -55,8 +55,8 @@ FileCopyManagerWrapper.getInstance = function(root) { |
/** |
* Load background page and call callback with copy manager as an argument. |
- * @private |
* @param {Function} callback Function with FileCopyManager as a parameter. |
+ * @private |
*/ |
FileCopyManagerWrapper.prototype.getCopyManagerAsync_ = function(callback) { |
var MAX_RETRIES = 10; |