Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4717)

Unified Diff: chrome/browser/resources/gaia_auth_host/gaia_auth_host.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [
« no previous file with comments | « chrome/browser/resources/gaia_auth_host/authenticator.js ('k') | chrome/browser/resources/google_now/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698