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 b5fe9be00dc6ee5d5a520f875a79fd031c0cea31..5dbe25e336c58c564c7100c78d30d5a5332df4a7 100644 |
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.js |
+++ b/chrome/browser/resources/options/autofill_edit_address_overlay.js |
@@ -360,7 +360,7 @@ cr.define('options', function() { |
* Takes a snapshot of the input values, clears the input values, loads the |
* address input layout from |input.components|, restores the input values |
* from snapshot, and stores the |input.languageCode| for the address. |
- * @param {{languageCode: string, components: Array.<Array.<Object>>}} input |
+ * @param {{languageCode: string, components: Array<Array<Object>>}} input |
* Info about how to layout inputs fields in this dialog. |
* @private |
*/ |
@@ -380,7 +380,7 @@ cr.define('options', function() { |
/** |
* Clears address inputs and rebuilds the input fields according to |
* |components|. |
- * @param {Array.<Array.<Object>>} components A list of information about |
+ * @param {Array<Array<Object>>} components A list of information about |
* each input field. |
* @private |
*/ |