| Index: chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
|
| diff --git a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
|
| index aedb60be3c8e1d77559fc5a52041a04ed0cdeaf1..7cef0cfecaee26c4259a833d662c3a8f83497e15 100644
|
| --- a/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
|
| +++ b/chrome/browser/resources/gaia_auth_host/gaia_auth_host.js
|
| @@ -43,7 +43,7 @@ cr.define('cr.login', function() {
|
| /**
|
| * Supported params of auth extension. For a complete list, check out the
|
| * auth extension's main.js.
|
| - * @type {!Array.<string>}
|
| + * @type {!Array<string>}
|
| * @const
|
| */
|
| var SUPPORTED_PARAMS = [
|
| @@ -60,7 +60,7 @@ cr.define('cr.login', function() {
|
| /**
|
| * Supported localized strings. For a complete list, check out the auth
|
| * extension's offline.js
|
| - * @type {!Array.<string>}
|
| + * @type {!Array<string>}
|
| * @const
|
| */
|
| var LOCALIZED_STRING_PARAMS = [
|
|
|