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 40e1b1707985d1c2cd8897e1d10b644113642ba7..fe4ce03db547fd951853970ccd75a1a4da1d10af 100644 |
--- a/chrome/browser/resources/options/hotword_search_setting_indicator.js |
+++ b/chrome/browser/resources/options/hotword_search_setting_indicator.js |
@@ -4,7 +4,7 @@ |
cr.define('options', function() { |
/** @const */ var ControlledSettingIndicator = |
- options.ControlledSettingIndicator; |
+ options.ControlledSettingIndicator; |
/** |
* A variant of the {@link ControlledSettingIndicator} that shows the status |
@@ -116,7 +116,5 @@ cr.define('options', function() { |
}; |
// Export |
- return { |
- HotwordSearchSettingIndicator: HotwordSearchSettingIndicator |
- }; |
+ return {HotwordSearchSettingIndicator: HotwordSearchSettingIndicator}; |
}); |