| Index: ui/file_manager/file_manager/foreground/js/file_watcher.js
|
| diff --git a/ui/file_manager/file_manager/foreground/js/file_watcher.js b/ui/file_manager/file_manager/foreground/js/file_watcher.js
|
| index dfd36ba81c436e64da547aa3682892ce94a791b1..1a0562c2af30ba400ece12e70287df9760c8233e 100644
|
| --- a/ui/file_manager/file_manager/foreground/js/file_watcher.js
|
| +++ b/ui/file_manager/file_manager/foreground/js/file_watcher.js
|
| @@ -69,8 +69,8 @@ FileWatcher.prototype.onDirectoryChanged_ = function(event) {
|
| * Changes the watched directory. In case of a fake entry, the watch is
|
| * just released, since there is no reason to track a fake directory.
|
| *
|
| - * @param {!DirectoryEntry|!Object} entry Directory entry to be tracked, or the
|
| - * fake entry.
|
| + * @param {!DirectoryEntry|!FakeEntry} entry Directory entry to be tracked, or
|
| + * the fake entry.
|
| * @param {function()} callback Completion callback.
|
| */
|
| FileWatcher.prototype.changeWatchedDirectory = function(entry, callback) {
|
|
|