Index: chrome/browser/resources/options/browser_options_profile_list.js |
diff --git a/chrome/browser/resources/options/browser_options_profile_list.js b/chrome/browser/resources/options/browser_options_profile_list.js |
index bd232745381030407fa181817693456da396233d..9e7565bbaa2a6df53327201a8e53e502b639a748 100644 |
--- a/chrome/browser/resources/options/browser_options_profile_list.js |
+++ b/chrome/browser/resources/options/browser_options_profile_list.js |
@@ -62,8 +62,8 @@ cr.define('options.browser_options', function() { |
var displayName = profileInfo.name; |
if (profileInfo.isCurrentProfile) { |
- displayName = loadTimeData.getStringF('profilesListItemCurrent', |
- profileInfo.name); |
+ displayName = loadTimeData.getStringF( |
+ 'profilesListItemCurrent', profileInfo.name); |
} |
nameEl.textContent = displayName; |
@@ -135,7 +135,5 @@ cr.define('options.browser_options', function() { |
canDeleteItems_: true, |
}; |
- return { |
- ProfileList: ProfileList |
- }; |
+ return {ProfileList: ProfileList}; |
}); |