| Index: chrome/test/data/extensions/api_test/file_browser/multi_profile_copy/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_browser/multi_profile_copy/test.js b/chrome/test/data/extensions/api_test/file_browser/multi_profile_copy/test.js
|
| index 11e6446278986fcda46ecd0c2ffd93ba7b532e47..5cf6e1d7a5229118bd26c2c99a1a44171a18c8bc 100644
|
| --- a/chrome/test/data/extensions/api_test/file_browser/multi_profile_copy/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_browser/multi_profile_copy/test.js
|
| @@ -81,7 +81,7 @@ function verifyFileExists(root, path, successCallback, errorCallback) {
|
| *
|
| * @param {Entry} firstRoot Root entry of the first volume.
|
| * @param {Entry} secondRoot Root entry of the second volume.
|
| - * @return {Array.<function()>} The list of tests that should be run.
|
| + * @return {Array<function()>} The list of tests that should be run.
|
| */
|
| function collectTests(firstRoot, secondRoot) {
|
| var testsToRun = [];
|
|
|