| Index: chrome/browser/resources/options/content_settings_exceptions_area.js
|
| diff --git a/chrome/browser/resources/options/content_settings_exceptions_area.js b/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| index cef2cd8cbba357835b2587db2c70669445c6ac80..74bd582392e281aeb7bcbe65b5598008f0c5e1da 100644
|
| --- a/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| +++ b/chrome/browser/resources/options/content_settings_exceptions_area.js
|
| @@ -499,7 +499,7 @@ cr.define('options.contentSettings', function() {
|
| /**
|
| * Sets the exceptions in the js model.
|
| *
|
| - * @param {Array.<options.Exception>} entries A list of dictionaries of
|
| + * @param {Array<options.Exception>} entries A list of dictionaries of
|
| * values, each dictionary represents an exception.
|
| */
|
| setExceptions: function(entries) {
|
|
|