Index: chrome/browser/resources/options/manage_profile_overlay.js |
diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js |
index 7de8eb3b8ada8bdc0ca85b6dce33b2417ec2d8c4..0be7f9f2144034aa84d0644626d5ed910ec09a6b 100644 |
--- a/chrome/browser/resources/options/manage_profile_overlay.js |
+++ b/chrome/browser/resources/options/manage_profile_overlay.js |
@@ -216,8 +216,8 @@ cr.define('options', function() { |
* the user will use to choose their profile icon. |
* @param {string} mode A label that specifies the type of dialog box which |
* is currently being viewed (i.e. 'create' or 'manage'). |
- * @param {!Array.<string>} iconURLs An array of icon URLs. |
- * @param {Array.<string>} names An array of default names |
+ * @param {!Array<string>} iconURLs An array of icon URLs. |
+ * @param {Array<string>} names An array of default names |
* corresponding to the icons. |
* @private |
*/ |
@@ -380,7 +380,7 @@ cr.define('options', function() { |
* user. If yes, the user is prompted to import the existing supervised |
* user, and the create button is disabled. |
* If the received list is empty, hides the "import" link. |
- * @param {Array.<Object>} supervisedUsers The list of existing supervised |
+ * @param {Array<Object>} supervisedUsers The list of existing supervised |
* users. |
* @private |
*/ |