Index: chrome/browser/resources/print_preview/search/destination_list.js |
diff --git a/chrome/browser/resources/print_preview/search/destination_list.js b/chrome/browser/resources/print_preview/search/destination_list.js |
index ed6e53fc3441ddf06e0dec932e9080677f0cf3fb..23db967f63475aebff6093099b1d542a368928b3 100644 |
--- a/chrome/browser/resources/print_preview/search/destination_list.js |
+++ b/chrome/browser/resources/print_preview/search/destination_list.js |
@@ -121,7 +121,8 @@ cr.define('print_preview', function() { |
/** |
* Gets estimated height of the destination list for the given number of |
* items. |
- * @param {number} Number of items to render in the destination list. |
+ * @param {number} numItems Number of items to render in the destination |
+ * list. |
* @return {number} Height (in pixels) of the destination list. |
*/ |
getEstimatedHeightInPixels: function(numItems) { |