| 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
|
|
|