Index: chrome/browser/resources/cryptotoken/origincheck.js |
diff --git a/chrome/browser/resources/cryptotoken/origincheck.js b/chrome/browser/resources/cryptotoken/origincheck.js |
index ddab33e558925351291fe18658b99c79a96bd721..97077e08a8ad42f80b597e88feada954d025aaa4 100644 |
--- a/chrome/browser/resources/cryptotoken/origincheck.js |
+++ b/chrome/browser/resources/cryptotoken/origincheck.js |
@@ -20,7 +20,7 @@ function OriginChecker() {} |
/** |
* Checks whether the origin is allowed to claim the app ids. |
* @param {string} origin The origin claiming the app id. |
- * @param {!Array.<string>} appIds The app ids being claimed. |
- * @return {Promise.<boolean>} A promise for the result of the check. |
+ * @param {!Array<string>} appIds The app ids being claimed. |
+ * @return {Promise<boolean>} A promise for the result of the check. |
*/ |
OriginChecker.prototype.canClaimAppIds = function(origin, appIds) {}; |