Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: chrome/browser/resources/print_preview/data/ticket_items/margins_type.js

Issue 588713002: Compile print_preview, part 3: reduce down to 185 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@I_print_preview_2
Patch Set: fix assert Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}
*/

Powered by Google App Engine
This is Rietveld 408576698