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 51e3b32dd3530cda06bc69e45e58477af8837c9b..aa409ad793bba349f7033b9f8f562edec23c6c31 100644 |
--- a/chrome/browser/resources/options/website_settings.js |
+++ b/chrome/browser/resources/options/website_settings.js |
@@ -48,7 +48,7 @@ cr.define('options', function() { |
/** |
* The saved blocked origins list. |
- * @type {OriginList} |
+ * @type {options.OriginList} |
* @private |
*/ |
blockedList_: null, |
@@ -117,7 +117,7 @@ cr.define('options', 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 |