| Index: chrome/browser/resources/options/browser_options_profile_list.js
|
| diff --git a/chrome/browser/resources/options/browser_options_profile_list.js b/chrome/browser/resources/options/browser_options_profile_list.js
|
| index 515d38d769738643f68e82bcfad0396ee5048cbf..87542ae06e0a66261f26629376252ad6f9fdb6c5 100644
|
| --- a/chrome/browser/resources/options/browser_options_profile_list.js
|
| +++ b/chrome/browser/resources/options/browser_options_profile_list.js
|
| @@ -11,7 +11,7 @@ cr.define('options.browser_options', function() {
|
| * Creates a new profile list item.
|
| * @param {Object} profileInfo The profile this item represents.
|
| * @constructor
|
| - * @extends {cr.ui.DeletableItem}
|
| + * @extends {options.DeletableItem}
|
| */
|
| function ProfileListItem(profileInfo) {
|
| var el = cr.doc.createElement('div');
|
|
|