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

Unified Diff: chrome/test/data/extensions/activity_log/ad_injection/content_script.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/activity_log/ad_injection/content_script.js
diff --git a/chrome/test/data/extensions/activity_log/ad_injection/content_script.js b/chrome/test/data/extensions/activity_log/ad_injection/content_script.js
index 686e2db4879330d0fba1f58d3d27ac02cf3118dc..5bd83ed0a8c7a6167263145d8b130f77e66e2379 100644
--- a/chrome/test/data/extensions/activity_log/ad_injection/content_script.js
+++ b/chrome/test/data/extensions/activity_log/ad_injection/content_script.js
@@ -55,7 +55,7 @@ var kBodyHtml =
function AdInjectorTest(functions) {
/*
* The list of functions to run in order to test ad injection.
- * @type {Array.<Function>}
+ * @type {Array<Function>}
* @private
*/
this.functions_ = functions;
@@ -230,7 +230,7 @@ var getNestedAd = function() {
* All functions will be run in the test, and each will report its success or
* failure independently of the others.
* All test functions must be synchronous.
- * @type {Array.<Function>}
+ * @type {Array<Function>}
*/
var functions = [];

Powered by Google App Engine
This is Rietveld 408576698