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

Unified Diff: chrome/browser/resources/options/chromeos/accounts_user_list.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/options/chromeos/accounts_user_list.js
diff --git a/chrome/browser/resources/options/chromeos/accounts_user_list.js b/chrome/browser/resources/options/chromeos/accounts_user_list.js
index 018f63cf7684d1506c0e59bcf4ce027f20501bee..8bb3e3f0fbeafb95e4e8b23bb207d003ae168121 100644
--- a/chrome/browser/resources/options/chromeos/accounts_user_list.js
+++ b/chrome/browser/resources/options/chromeos/accounts_user_list.js
@@ -81,7 +81,7 @@ cr.define('options.accounts', function() {
/**
* Loads given user list.
- * @param {!Array.<Object>} users An array of user info objects.
+ * @param {!Array<Object>} users An array of user info objects.
* @private
*/
load_: function(users) {

Powered by Google App Engine
This is Rietveld 408576698