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

Unified Diff: chrome/browser/resources/options/supervised_user_import.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/supervised_user_import.js
diff --git a/chrome/browser/resources/options/supervised_user_import.js b/chrome/browser/resources/options/supervised_user_import.js
index 43226e2da07ce78f11b6d0a15d9b512dc5561e6b..e6b436aaccdcc2f079374e26d4aaa9965c5723dc 100644
--- a/chrome/browser/resources/options/supervised_user_import.js
+++ b/chrome/browser/resources/options/supervised_user_import.js
@@ -175,7 +175,7 @@ cr.define('options', function() {
/**
* Sets the data model of the supervised user list to |supervisedUsers|.
- * @param {Array.<{id: string, name: string, iconURL: string,
+ * @param {Array<{id: string, name: string, iconURL: string,
* onCurrentDevice: boolean, needAvatar: boolean}>} supervisedUsers
* Array of supervised user objects.
* @private
« no previous file with comments | « chrome/browser/resources/options/search_page.js ('k') | chrome/browser/resources/options/supervised_user_list_data.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698