| 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 ff05ea29395772106505f5d0c470ea5ee8fb3e2c..29cec2ea539b323eb81c905adc740376a4bc83e2 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
|
| @@ -273,7 +273,7 @@ function deleteDirectoryRecursively(
|
| * Collects all tests that should be run for the test volume.
|
| *
|
| * @param {string} volumeId ID of the volume.
|
| - * @param {DOMFileSystem} fileSystem File system of the volume.
|
| + * @param {FileSystem} fileSystem File system of the volume.
|
| * @returns {Array<function()>} The list of tests that should be run.
|
| */
|
| function collectTestsForVolumeId(volumeId, fileSystem) {
|
|
|