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

Unified Diff: chrome/browser/resources/settings/prefs/prefs_behavior.js

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review 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/settings/prefs/prefs_behavior.js
diff --git a/chrome/browser/resources/settings/prefs/prefs_behavior.js b/chrome/browser/resources/settings/prefs/prefs_behavior.js
index 76a4399c2ea92c2fb2f3c73861caf777a7fff3f6..03a1bad2d504850406bc9c520e97006c91a7c764 100644
--- a/chrome/browser/resources/settings/prefs/prefs_behavior.js
+++ b/chrome/browser/resources/settings/prefs/prefs_behavior.js
@@ -23,7 +23,7 @@ var PrefsBehavior = {
* @protected
*/
getPref: function(prefPath) {
- var pref = /** @type {!chrome.settingsPrivate.PrefObject} */(
+ var pref = /** @type {!chrome.settingsPrivate.PrefObject} */ (
this.get(prefPath, this.prefs));
assert(typeof pref != 'undefined', 'Pref is missing: ' + prefPath);
return pref;

Powered by Google App Engine
This is Rietveld 408576698