| Index: chrome/browser/resources/print_preview/settings/more_settings.js
|
| diff --git a/chrome/browser/resources/print_preview/settings/more_settings.js b/chrome/browser/resources/print_preview/settings/more_settings.js
|
| index 580b56ae5abf9d32d8f12fa4223e1f00685ac5f5..c8e366286cda79a06882163febcd3d554db3a711 100644
|
| --- a/chrome/browser/resources/print_preview/settings/more_settings.js
|
| +++ b/chrome/browser/resources/print_preview/settings/more_settings.js
|
| @@ -9,7 +9,7 @@ cr.define('print_preview', function() {
|
| * Toggles visibility of the specified printing options sections.
|
| * @param {!print_preview.DestinationStore} destinationStore To listen for
|
| * destination changes.
|
| - * @param {!Array.<print_preview.SettingsSection>} settingsSections Sections
|
| + * @param {!Array<print_preview.SettingsSection>} settingsSections Sections
|
| * to toggle by this component.
|
| * @constructor
|
| * @extends {print_preview.Component}
|
| @@ -20,7 +20,7 @@ cr.define('print_preview', function() {
|
| /** @private {!print_preview.DestinationStore} */
|
| this.destinationStore_ = destinationStore;
|
|
|
| - /** @private {!Array.<print_preview.SettingsSection>} */
|
| + /** @private {!Array<print_preview.SettingsSection>} */
|
| this.settingsSections_ = settingsSections;
|
|
|
| /** @private {MoreSettings.SettingsToShow} */
|
|
|