| Index: chrome/browser/resources/chromeos/user_images_grid.js
|
| diff --git a/chrome/browser/resources/chromeos/user_images_grid.js b/chrome/browser/resources/chromeos/user_images_grid.js
|
| index c64623aefe854ffca947950238e8e25fcaf8378a..aaecf7af9646db9605a69a1977b4869ffb99c5c5 100644
|
| --- a/chrome/browser/resources/chromeos/user_images_grid.js
|
| +++ b/chrome/browser/resources/chromeos/user_images_grid.js
|
| @@ -639,7 +639,7 @@ cr.define('options', function() {
|
|
|
| /**
|
| * Appends default images to the image grid. Should only be called once.
|
| - * @param {Array.<{url: string, author: string,
|
| + * @param {Array<{url: string, author: string,
|
| * website: string, title: string}>} imagesData
|
| * An array of default images data, including URL, author, title and
|
| * website.
|
|
|