Index: chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js |
diff --git a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js |
index 35c5b20e91d74703a294ebe3ca367ff0cd7be0c9..63b9ee4a7086685b12756a241f15d9d43a051d26 100644 |
--- a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js |
+++ b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js |
@@ -27,7 +27,7 @@ cr.define('options', function() { |
/** |
* List of IDs for conditionally visible elements in the dialog. |
- * @type {Array.<string>} |
+ * @type {Array<string>} |
* @const |
*/ |
var ELEMENTS = ['bluetooth-pairing-passkey-display', |
@@ -233,7 +233,7 @@ cr.define('options', function() { |
/** |
* Updates the visibility of elements in the dialog. |
- * @param {Array.<string>} list List of conditionally visible elements that |
+ * @param {Array<string>} list List of conditionally visible elements that |
* are to be made visible. |
* @private |
*/ |