| Index: chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js b/chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js
|
| index dc77970bd85684f14bd4dc005b92297fc0ffe309..c13a94953ea90d8c6985b58084a0babc87bf8eaf 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system_provider/read_directory/test.js
|
| @@ -41,7 +41,7 @@ var TESTING_TIRAMISU_FILE = Object.freeze({
|
| * Returns entries in the requested directory.
|
| *
|
| * @param {ReadDirectoryRequestedOptions} options Options.
|
| - * @param {function(Array.<Object>, boolean)} onSuccess Success callback with
|
| + * @param {function(Array<Object>, boolean)} onSuccess Success callback with
|
| * a list of entries. May be called multiple times.
|
| * @param {function(string)} onError Error callback with an error code.
|
| */
|
|
|