| Index: chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
|
| diff --git a/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js b/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
|
| index e4ac08f1fcc325a8cea773393d3eb7f39fd4ada9..2daa9193c68e985f966fe6dd4a3b709839cd9afb 100644
|
| --- a/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
|
| +++ b/chrome/browser/resources/print_preview/data/ticket_items/margins_type.js
|
| @@ -13,8 +13,8 @@ cr.define('print_preview.ticket_items', function() {
|
| * save the state of the margins type selection.
|
| * @param {!print_preview.DocumentInfo} documentInfo Information about the
|
| * document to print.
|
| - * @param {!print_preview.CustomMargins} customMargins Custom margins ticket
|
| - * item, used to write when margins type changes.
|
| + * @param {!print_preview.ticket_items.CustomMargins} customMargins Custom
|
| + * margins ticket item, used to write when margins type changes.
|
| * @constructor
|
| * @extends {print_preview.ticket_items.TicketItem}
|
| */
|
|
|