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

Unified Diff: chrome/test/data/extensions/api_test/file_browser/multi_profile_copy/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/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 = [];

Powered by Google App Engine
This is Rietveld 408576698