Index: chrome/browser/resources/print_preview/component.js |
diff --git a/chrome/browser/resources/print_preview/component.js b/chrome/browser/resources/print_preview/component.js |
index 2238ab0119b14d5c6b4812ccfe7ef90eb95e2af4..3c18829a22e2e16a445447b69bc77a467f05dc62 100644 |
--- a/chrome/browser/resources/print_preview/component.js |
+++ b/chrome/browser/resources/print_preview/component.js |
@@ -31,7 +31,7 @@ cr.define('print_preview', function() { |
/** |
* Child components of the component. |
- * @type {!Array.<!print_preview.Component>} |
+ * @type {!Array<!print_preview.Component>} |
* @private |
*/ |
this.children_ = []; |
@@ -119,7 +119,7 @@ cr.define('print_preview', function() { |
}, |
/** |
- * @return {!Array.<!print_preview.Component>} Child components of this |
+ * @return {!Array<!print_preview.Component>} Child components of this |
* component. |
*/ |
get children() { |