| 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 b88127c8be64a23e9135fcd1c1fc905b66c30646..9852d9d50474edc9ea8a10261556b230fc51e4f5 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
|
| @@ -7,8 +7,8 @@ var fileCopyManagerWrapper = null;
|
| /**
|
| * While FileCopyManager is run in the background page, this class is used to
|
| * communicate with it.
|
| - * @constructor
|
| * @param {DirectoryEntry} root Root directory entry.
|
| + * @constructor
|
| */
|
| function FileCopyManagerWrapper(root) {
|
| this.root_ = root;
|
|
|