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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/big_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/big_file/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/big_file/test.js b/chrome/test/data/extensions/api_test/file_system_provider/big_file/test.js
index ea9ed48f4a32d622e7d1b98876d7b39d56c687b0..71d90144b320e4dfbc9ef0e36ba63bde096db287 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/big_file/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/big_file/test.js
@@ -12,7 +12,7 @@ var fileSystem = null;
/**
* Map of opened files, from a <code>openRequestId</code> to <code>filePath
* </code>.
- * @type {Object.<number, string>}
+ * @type {Object<number, string>}
*/
var openedFiles = {};

Powered by Google App Engine
This is Rietveld 408576698