| 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 e96e004c312fe7ac32c0ca9436fd14105bc1cb75..f22f5db0648c62ae746714061f8ffea053f94e89 100644
|
| --- a/chrome/browser/resources/chromeos/user_images_grid.js
|
| +++ b/chrome/browser/resources/chromeos/user_images_grid.js
|
| @@ -3,11 +3,11 @@
|
| // found in the LICENSE file.
|
|
|
| cr.define('options', function() {
|
| - const ArrayDataModel = cr.ui.ArrayDataModel;
|
| - const Grid = cr.ui.Grid;
|
| - const GridItem = cr.ui.GridItem;
|
| - const GridSelectionController = cr.ui.GridSelectionController;
|
| - const ListSingleSelectionModel = cr.ui.ListSingleSelectionModel;
|
| + /** @const */ var ArrayDataModel = cr.ui.ArrayDataModel;
|
| + /** @const */ var Grid = cr.ui.Grid;
|
| + /** @const */ var GridItem = cr.ui.GridItem;
|
| + /** @const */ var GridSelectionController = cr.ui.GridSelectionController;
|
| + /** @const */ var ListSingleSelectionModel = cr.ui.ListSingleSelectionModel;
|
|
|
| /**
|
| * Creates a new user images grid item.
|
|
|