Index: chrome/browser/resources/print_preview/data/local_parsers.js |
diff --git a/chrome/browser/resources/print_preview/data/local_parsers.js b/chrome/browser/resources/print_preview/data/local_parsers.js |
index c7c3e19989478ff356bfd055afa10b49da761063..a613178f32f9d892eebe76b64eaffb823495e541 100644 |
--- a/chrome/browser/resources/print_preview/data/local_parsers.js |
+++ b/chrome/browser/resources/print_preview/data/local_parsers.js |
@@ -37,7 +37,7 @@ cr.define('print_preview', function() { |
/** |
* Parses a privet destination as one or more local printers. |
* @param {!Object} destinationInfo Object that describes a privet printer. |
- * @return {!Array.<!print_preview.Destination>} Parsed destination info. |
+ * @return {!Array<!print_preview.Destination>} Parsed destination info. |
*/ |
PrivetDestinationParser.parse = function(destinationInfo) { |
var returnedPrinters = []; |