| Index: chrome/browser/resources/print_preview/data/print_ticket_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/print_ticket_store.js b/chrome/browser/resources/print_preview/data/print_ticket_store.js
|
| index 82332e101d711827e615b1a95bac94c825f050e6..5aa03d00240f0b97f9cf07cac2449f2fd977fd0f 100644
|
| --- a/chrome/browser/resources/print_preview/data/print_ticket_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/print_ticket_store.js
|
| @@ -386,7 +386,7 @@ cr.define('print_preview', function() {
|
| /**
|
| * Creates an object that represents a Google Cloud Print print ticket.
|
| * @param {!print_preview.Destination} destination Destination to print to.
|
| - * @return {!Object} Google Cloud Print print ticket.
|
| + * @return {!string} Google Cloud Print print ticket.
|
| */
|
| createPrintTicket: function(destination) {
|
| assert(!destination.isLocal || destination.isPrivet,
|
|
|