| Index: chrome/browser/resources/options/autofill_edit_address_overlay.js
|
| diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.js b/chrome/browser/resources/options/autofill_edit_address_overlay.js
|
| index 2ecbea3604296ec321e89454d6e07f285523dfe4..f81bb94a4efa64eaab9d192659f72785104d255e 100644
|
| --- a/chrome/browser/resources/options/autofill_edit_address_overlay.js
|
| +++ b/chrome/browser/resources/options/autofill_edit_address_overlay.js
|
| @@ -10,7 +10,8 @@ cr.define('options', function() {
|
| /**
|
| * AutofillEditAddressOverlay class
|
| * Encapsulated handling of the 'Add Page' overlay page.
|
| - * @class
|
| + * @constructor
|
| + * @extends {cr.ui.pageManager.Page}
|
| */
|
| function AutofillEditAddressOverlay() {
|
| Page.call(this, 'autofillEditAddress',
|
| @@ -206,7 +207,7 @@ cr.define('options', function() {
|
|
|
| /**
|
| * Sets the value of each input field according to |address|.
|
| - * @param {object} address The object with values to use.
|
| + * @param {Object} address The object with values to use.
|
| * @private
|
| */
|
| setInputFields_: function(address) {
|
|
|