Index: chrome/browser/resources/options/autofill_options.js |
diff --git a/chrome/browser/resources/options/autofill_options.js b/chrome/browser/resources/options/autofill_options.js |
index 2507c2441f170598306fc0fb86ba5618c6942573..8d7bd0f6b9e1551e75943dceae5748d22fd3ce60 100644 |
--- a/chrome/browser/resources/options/autofill_options.js |
+++ b/chrome/browser/resources/options/autofill_options.js |
@@ -27,14 +27,14 @@ cr.define('options', function() { |
/** |
* The address list. |
- * @type {DeletableItemList} |
+ * @type {options.DeletableItemList} |
* @private |
*/ |
addressList_: null, |
/** |
* The credit card list. |
- * @type {DeletableItemList} |
+ * @type {options.DeletableItemList} |
* @private |
*/ |
creditCardList_: null, |