| Index: chrome/browser/resources/settings/prefs/prefs.js
 | 
| diff --git a/chrome/browser/resources/settings/prefs/prefs.js b/chrome/browser/resources/settings/prefs/prefs.js
 | 
| index 537da2e75298d26966fb26ee5aebd4cd579a105d..b089c1007e416514431a7ff9a4ca3b2480e507b8 100644
 | 
| --- a/chrome/browser/resources/settings/prefs/prefs.js
 | 
| +++ b/chrome/browser/resources/settings/prefs/prefs.js
 | 
| @@ -245,9 +245,9 @@ Polymer({
 | 
|     * @param {string} key
 | 
|     */
 | 
|    refresh: function(key) {
 | 
| -    this.settingsApi_.getPref(key, function(pref) {
 | 
| +    this.settingsApi_.getPref(key, pref => {
 | 
|        this.updatePrefs_([pref]);
 | 
| -    }.bind(this));
 | 
| +    });
 | 
|    },
 | 
|  
 | 
|    /**
 | 
| 
 |