| Index: ui/file_manager/gallery/js/entry_list_watcher.js
|
| diff --git a/ui/file_manager/gallery/js/entry_list_watcher.js b/ui/file_manager/gallery/js/entry_list_watcher.js
|
| index 453a29d6cae7513792efa1f486c39fc1eae1d088..cd5113aff86262f7f414cab495bb366c16f75f4c 100644
|
| --- a/ui/file_manager/gallery/js/entry_list_watcher.js
|
| +++ b/ui/file_manager/gallery/js/entry_list_watcher.js
|
| @@ -103,7 +103,7 @@ EntryListWatcher.prototype.onSplice_ = function(event) {
|
| };
|
|
|
| /**
|
| - * @param {!FileWatchEvent} event
|
| + * @param {!chrome.fileManagerPrivate.FileWatchEvent} event
|
| * @private
|
| */
|
| EntryListWatcher.prototype.onDirectoryChanged_ = function(event) {
|
|
|