Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/write_file/test.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [];

Powered by Google App Engine
This is Rietveld 408576698