Index: chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js |
diff --git a/chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js b/chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js |
index b5b836b8997080554202cd0d21c19518672e2cb7..9e4fc4f38d5434c2ac2ab58c9d77984834d9718a 100644 |
--- a/chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js |
+++ b/chrome/browser/resources/print_preview/data/ticket_items/custom_margins.js |
@@ -37,7 +37,8 @@ cr.define('print_preview.ticket_items', function() { |
/** |
* Mapping of a margin orientation to its opposite. |
- * @type {!Object.<!CustomMargins.Orientation, !CustomMargins.Orientation>} |
+ * @type {!Object.<!print_preview.ticket_items.CustomMargins.Orientation, |
+ * !print_preview.ticket_items.CustomMargins.Orientation>} |
* @private |
*/ |
CustomMargins.OppositeOrientation_ = {}; |