| Index: chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js b/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
|
| index 95b8bc414d4b1f61c6ad6bed016cc5ee0dcde577..ff05ea29395772106505f5d0c470ea5ee8fb3e2c 100644
|
| --- a/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_browser/filesystem_operations_test/test.js
|
| @@ -274,7 +274,7 @@ function deleteDirectoryRecursively(
|
| *
|
| * @param {string} volumeId ID of the volume.
|
| * @param {DOMFileSystem} fileSystem File system of the volume.
|
| - * @returns {Array.<function()>} The list of tests that should be run.
|
| + * @returns {Array<function()>} The list of tests that should be run.
|
| */
|
| function collectTestsForVolumeId(volumeId, fileSystem) {
|
| console.log(volumeId);
|
|
|