| Index: chrome/browser/resources/print_preview/data/margins.js
|
| diff --git a/chrome/browser/resources/print_preview/data/margins.js b/chrome/browser/resources/print_preview/data/margins.js
|
| index 2b5497151c852f1b7e677f0c701d0404ccd9dfff..c09c0d5197d25d5514d86915bc3546dbd57e4dd6 100644
|
| --- a/chrome/browser/resources/print_preview/data/margins.js
|
| +++ b/chrome/browser/resources/print_preview/data/margins.js
|
| @@ -16,7 +16,7 @@ cr.define('print_preview', function() {
|
| function Margins(top, right, bottom, left) {
|
| /**
|
| * Backing store for the margin values in points.
|
| - * @type {!Object.<
|
| + * @type {!Object<
|
| * !print_preview.ticket_items.CustomMargins.Orientation, number>}
|
| * @private
|
| */
|
|
|