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

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

Issue 574193002: Compile print_preview, part 1: remove all warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@true_master
Patch Set: rebase 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/cloud_parsers.js
diff --git a/chrome/browser/resources/print_preview/data/cloud_parsers.js b/chrome/browser/resources/print_preview/data/cloud_parsers.js
index 605ab462ca40734f0f9c5a7150a1782c1bedeacb..d4d032e4c4e4e5632cf4da945b4bbfd1f3d9ed92 100644
--- a/chrome/browser/resources/print_preview/data/cloud_parsers.js
+++ b/chrome/browser/resources/print_preview/data/cloud_parsers.js
@@ -95,7 +95,7 @@ cr.define('cloudprint', function() {
connectionStatus,
optionalParams);
if (json.hasOwnProperty(CloudDestinationParser.Field_.CAPABILITIES)) {
- cloudDest.capabilities = /*@type {!print_preview.Cdd}*/ (
+ cloudDest.capabilities = /** @type {!print_preview.Cdd} */(
json[CloudDestinationParser.Field_.CAPABILITIES]);
}
return cloudDest;

Powered by Google App Engine
This is Rietveld 408576698