| Index: chrome/browser/resources/options/hotword_search_setting_indicator.js
|
| diff --git a/chrome/browser/resources/options/hotword_search_setting_indicator.js b/chrome/browser/resources/options/hotword_search_setting_indicator.js
|
| index 38dabea0f13ce9b7dd5a44d4d5f29f2b7cf7aae8..706ef449569b104612fad944b3f05dfc176c1919 100644
|
| --- a/chrome/browser/resources/options/hotword_search_setting_indicator.js
|
| +++ b/chrome/browser/resources/options/hotword_search_setting_indicator.js
|
| @@ -11,7 +11,7 @@ cr.define('options', function() {
|
| * of the hotword search setting, including a bubble to show setup errors
|
| * (such as failures to download extension resources).
|
| * @constructor
|
| - * @extends {HTMLSpanElement}
|
| + * @extends {options.ControlledSettingIndicator}
|
| */
|
| var HotwordSearchSettingIndicator = cr.ui.define('span');
|
|
|
|
|