| Index: chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js b/chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js
|
| index 8d4e150547fd8b3156d7820f5a36c637e8e43d43..826d1ba53bcfbd797095522cd2b63722d0b4bcdd 100644
|
| --- a/chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js
|
| +++ b/chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js
|
| @@ -6,7 +6,7 @@
|
|
|
| /**
|
| * Map from a file path to contents of the file.
|
| - * @type {Object.<string, string>}
|
| + * @type {Object<string, string>}
|
| */
|
| var fileContents = {};
|
|
|
| @@ -50,7 +50,7 @@ var TESTING_CHOCOLATE_FILE_NAME = 'chocolate.txt';
|
|
|
| /**
|
| * List of callbacks to be called when a file write is requested.
|
| - * @type {Array.<function(string)>}
|
| + * @type {Array<function(string)>}
|
| */
|
| var writeFileRequestedCallbacks = [];
|
|
|
|
|