| Index: chrome/browser/resources/print_preview/data/invitation_store.js
|
| diff --git a/chrome/browser/resources/print_preview/data/invitation_store.js b/chrome/browser/resources/print_preview/data/invitation_store.js
|
| index 80720362764b4710b35d7322e7d434ab9f438618..3a20f961a6134848ffed03c788b17232fbe43227 100644
|
| --- a/chrome/browser/resources/print_preview/data/invitation_store.js
|
| +++ b/chrome/browser/resources/print_preview/data/invitation_store.js
|
| @@ -41,7 +41,7 @@ cr.define('print_preview', function() {
|
|
|
| /**
|
| * Used to fetch and process invitations.
|
| - * @private {print_preview.CloudPrintInterface}
|
| + * @private {cloudprint.CloudPrintInterface}
|
| */
|
| this.cloudPrintInterface_ = null;
|
|
|
| @@ -96,7 +96,7 @@ cr.define('print_preview', function() {
|
|
|
| /**
|
| * Sets the invitation store's Google Cloud Print interface.
|
| - * @param {!print_preview.CloudPrintInterface} cloudPrintInterface Interface
|
| + * @param {!cloudprint.CloudPrintInterface} cloudPrintInterface Interface
|
| * to set.
|
| */
|
| setCloudPrintInterface: function(cloudPrintInterface) {
|
|
|