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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/app_file_handler_multi/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_browser/app_file_handler_multi/test.js
diff --git a/chrome/test/data/extensions/api_test/file_browser/app_file_handler_multi/test.js b/chrome/test/data/extensions/api_test/file_browser/app_file_handler_multi/test.js
index d6671b35b7536d958df2863be0a5459eebdfcce8..91a2057b68af3b0f592545ab5208cf7d0ddd1fc7 100644
--- a/chrome/test/data/extensions/api_test/file_browser/app_file_handler_multi/test.js
+++ b/chrome/test/data/extensions/api_test/file_browser/app_file_handler_multi/test.js
@@ -55,7 +55,7 @@ function prepareFile(filesystem, name, contents) {
* Prepares two test files on the file system.
* @param {FileSystem} filesystem File system.
* @return {Promise} Promise to be fullfilled with an object {filesystem:
- * FileSystem, entries: Array.<FileEntry>} that contains the passed file
+ * FileSystem, entries: Array<FileEntry>} that contains the passed file
* system and the created entries.
*/
function prepareFiles(filesystem) {

Powered by Google App Engine
This is Rietveld 408576698