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 = []; |