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

Unified Diff: chrome/browser/resources/print_preview/data/invitation_store.js

Issue 606213002: Compile print_preview, part 6: reduce down to 48 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@J_print_preview_5
Patch Set: vitalybuka@'s review 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/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) {

Powered by Google App Engine
This is Rietveld 408576698