| Index: chrome/browser/resources/identity_internals.js
|
| diff --git a/chrome/browser/resources/identity_internals.js b/chrome/browser/resources/identity_internals.js
|
| index 7e7a01f0b29c935f18351e0f5f11229b329fbbc6..ae036234e6b63199aedd0f283c3cf914200e9c51 100644
|
| --- a/chrome/browser/resources/identity_internals.js
|
| +++ b/chrome/browser/resources/identity_internals.js
|
| @@ -197,7 +197,7 @@ cr.define('identity_internals', function() {
|
|
|
| /**
|
| * Callback function that removes a token from UI once it has been revoked.
|
| - * @param {!Array.<string>} accessTokens Array with a single element, which is
|
| + * @param {!Array<string>} accessTokens Array with a single element, which is
|
| * an access token to be removed.
|
| */
|
| function tokenRevokeDone(accessTokens) {
|
|
|