| 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..21afb6ea8a753e410ce46120891e03005ae087a0 100644
|
| --- a/chrome/browser/resources/options2/manage_profile_overlay.js
|
| +++ b/chrome/browser/resources/options2/manage_profile_overlay.js
|
| @@ -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) {
|
|
|