| Index: chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js b/chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js
|
| index 86727a897b0fda826dcb4b6926ec4e58925dd3e2..074a52f9ff48ab3736c2415e14fc6cbef2df0984 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system_provider/test_util/test_util.js
|
| @@ -262,9 +262,9 @@ test_util.onRemoveWatcherRequested = function(options, onSuccess, onError) {
|
| * Temporary method for converting an isolated entry to an external one.
|
| * TODO(mtomasz): Remove after transition to isolated file systems is completed.
|
| *
|
| - * @param {Entry} entry Isolated entry.
|
| - * @return {!Promise.<Entry>} Promise with an external entry, or null in case of
|
| - * on error.
|
| + * @param {FileSystemEntry} entry Isolated entry.
|
| + * @return {!Promise.<FileSystemEntry>} Promise with an external entry, or null
|
| + * in case of on error.
|
| */
|
| test_util.toExternalEntry = function(entry) {
|
| return new Promise(
|
|
|