| Index: chrome/browser/resources/options/password_manager_list.js
|
| diff --git a/chrome/browser/resources/options/password_manager_list.js b/chrome/browser/resources/options/password_manager_list.js
|
| index 266b275b7472b38c0c73a0af0ea978388e349adf..63c2ce1d588c11e7d2f0e2e1621138cefead0c65 100644
|
| --- a/chrome/browser/resources/options/password_manager_list.js
|
| +++ b/chrome/browser/resources/options/password_manager_list.js
|
| @@ -17,7 +17,7 @@ cr.define('options.passwordManager', function() {
|
| * @param {boolean} showPasswords If true, add a button to the element to
|
| * allow the user to reveal the saved password.
|
| * @constructor
|
| - * @extends {cr.ui.ListItem}
|
| + * @extends {options.DeletableItem}
|
| */
|
| function PasswordListItem(dataModel, entry, showPasswords) {
|
| var el = cr.doc.createElement('div');
|
| @@ -195,7 +195,7 @@ cr.define('options.passwordManager', function() {
|
| * Creates a new PasswordExceptions list item.
|
| * @param {Array} entry A pair of the form [url, username].
|
| * @constructor
|
| - * @extends {options.DeletableListItem}
|
| + * @extends {options.DeletableItem}
|
| */
|
| function PasswordExceptionsListItem(entry) {
|
| var el = cr.doc.createElement('div');
|
|
|