| Index: chrome/browser/resources/options2/manage_profile_overlay.js
 | 
| diff --git a/chrome/browser/resources/options2/manage_profile_overlay.js b/chrome/browser/resources/options2/manage_profile_overlay.js
 | 
| index 32fd4f4a21d08f55d4458005fe3cec3c712f0223..b5682a1ad14556c1d63b4653b066c47e74520865 100644
 | 
| --- a/chrome/browser/resources/options2/manage_profile_overlay.js
 | 
| +++ b/chrome/browser/resources/options2/manage_profile_overlay.js
 | 
| @@ -90,7 +90,7 @@ cr.define('options', function() {
 | 
|       *       iconURL: "chrome://path/to/icon/image",
 | 
|       *       filePath: "/path/to/profile/data/on/disk"
 | 
|       *       isCurrentProfile: false,
 | 
| -     *     };
 | 
| +     *     }.
 | 
|       * @private
 | 
|       */
 | 
|      setProfileInfo_: function(profileInfo) {
 | 
| @@ -165,7 +165,7 @@ cr.define('options', function() {
 | 
|  
 | 
|      /**
 | 
|       * oninput callback for <input> field.
 | 
| -     * @param event The event object
 | 
| +     * @param {Event} event The event object.
 | 
|       * @private
 | 
|       */
 | 
|      onNameChanged_: function(event) {
 | 
| 
 |