Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(343)

Unified Diff: chrome/browser/resources/options/hotword_search_setting_indicator.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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};
});

Powered by Google App Engine
This is Rietveld 408576698