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

Unified Diff: chrome/service/cloud_print/printer_job_handler.cc

Issue 3117017: Remove deprecated wstring Get(As)String() methods from Value, etc. (Closed)
Patch Set: fix win Created 10 years, 4 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
« no previous file with comments | « chrome/service/cloud_print/print_system_cups.cc ('k') | chrome/test/automation/tab_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/cloud_print/printer_job_handler.cc
diff --git a/chrome/service/cloud_print/printer_job_handler.cc b/chrome/service/cloud_print/printer_job_handler.cc
index d5cef627ee180ceb9ebbc53d9f1036696c3eb306..8abb152fc0520025369be4245168175812a69ac2 100644
--- a/chrome/service/cloud_print/printer_job_handler.cc
+++ b/chrome/service/cloud_print/printer_job_handler.cc
@@ -154,8 +154,8 @@ bool PrinterJobHandler::UpdatePrinterInfo() {
mime_boundary, printer_caps.defaults_mime_type,
&post_data);
CloudPrintHelpers::AddMultipartValueForUpload(
- WideToUTF8(kPrinterCapsHashValue).c_str(), caps_hash, mime_boundary,
- std::string(), &post_data);
+ kPrinterCapsHashValue, caps_hash, mime_boundary, std::string(),
+ &post_data);
}
}
if (printer_info.printer_name != printer_info_.printer_name) {
« no previous file with comments | « chrome/service/cloud_print/print_system_cups.cc ('k') | chrome/test/automation/tab_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698