| Index: chrome/browser/resources/settings/languages_page/language_detail_page.js | 
| diff --git a/chrome/browser/resources/settings/languages_page/language_detail_page.js b/chrome/browser/resources/settings/languages_page/language_detail_page.js | 
| index b30d2a9e257c94bcc4fa6a191ba4ec1ba87d5d90..b3b9166e8e594fc3cad12b6f7f8bc249d9d58e8e 100644 | 
| --- a/chrome/browser/resources/settings/languages_page/language_detail_page.js | 
| +++ b/chrome/browser/resources/settings/languages_page/language_detail_page.js | 
| @@ -39,7 +39,7 @@ Polymer({ | 
| // In a CrOS multi-user session, the primary user controls the UI language. | 
| if (this.isSecondaryUser_()) { | 
| var indicator = this.$.policyIndicator; | 
| -      indicator.indicatorType = CrPolicyIndicator.Type.PRIMARY_USER; | 
| +      indicator.indicatorType = CrPolicyIndicatorType.PRIMARY_USER; | 
| indicator.controllingUser = loadTimeData.getString('primaryUserEmail'); | 
| } | 
|  | 
|  |