Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / browser_options_profile_list.js
index 515d38d..87542ae 100644 (file)
@@ -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');