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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/notify/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/notify/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/notify/test.js b/chrome/test/data/extensions/api_test/file_system_provider/notify/test.js
index 67bdbfe70ce631a999bef164a9fec8c10c61a720..85710ae4b8d58ab4b7da5d8759c428586be88543 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/notify/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/notify/test.js
@@ -30,7 +30,7 @@ var TESTING_ANOTHER_TAG = "hello-giraffe";
/**
* List of directory changed events received from the chrome.fileManagerPrivate
* API.
- * @type {Array.<Object>}
+ * @type {Array<Object>}
*/
var directoryChangedEvents = [];

Powered by Google App Engine
This is Rietveld 408576698