Index: chrome/browser/resources/options/content_settings.js |
diff --git a/chrome/browser/resources/options/content_settings.js b/chrome/browser/resources/options/content_settings.js |
index df2ba0886ad634e1fb0017b9f1401a2d372bee38..5e272f3b4daca602147b4d6cc7aa26e24b3b9286 100644 |
--- a/chrome/browser/resources/options/content_settings.js |
+++ b/chrome/browser/resources/options/content_settings.js |
@@ -131,7 +131,7 @@ cr.define('options', function() { |
/** |
* Sets the values for all the content settings radios and labels. |
- * @param {Object.<string, {managedBy: string, value: string}>} dict A mapping |
+ * @param {Object<string, {managedBy: string, value: string}>} dict A mapping |
* from radio groups to the checked value for that group. |
*/ |
ContentSettings.setContentFilterSettingsValue = function(dict) { |
@@ -218,7 +218,7 @@ cr.define('options', function() { |
/** |
* Initializes an exceptions list. |
* @param {string} type The content type that we are setting exceptions for. |
- * @param {Array.<options.Exception>} exceptions An array of pairs, where the |
+ * @param {Array<options.Exception>} exceptions An array of pairs, where the |
* first element of each pair is the filter string, and the second is the |
* setting (allow/block). |
*/ |