Index: chrome/browser/resources/options/website_settings.js |
diff --git a/chrome/browser/resources/options/website_settings.js b/chrome/browser/resources/options/website_settings.js |
index e8ada593606c2689fb9e055cb242cd3d0810e310..0964cf5c6c6307f57c6c598c414192c4e8fd57f2 100644 |
--- a/chrome/browser/resources/options/website_settings.js |
+++ b/chrome/browser/resources/options/website_settings.js |
@@ -50,7 +50,7 @@ cr.define('options.ContentSettings', function() { |
/** |
* The saved blocked origins list. |
- * @type {OriginList} |
+ * @type {options.OriginList} |
* @private |
*/ |
blockedList_: null, |
@@ -116,7 +116,7 @@ cr.define('options.ContentSettings', function() { |
/** |
* Populate an origin list with all of the origins with a given permission |
* or that are using a given resource. |
- * @param {OriginList} originList A list to populate. |
+ * @param {options.OriginList} originList A list to populate. |
* @param {!Object} originDict A dictionary of origins to their usage, which |
will be used to sort the origins. |
* @private |