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

Unified Diff: printing/printing_context_mac.mm

Issue 121123002: Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox/, skia/, sql/, sync/,… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « printing/backend/win_helper.cc ('k') | printing/printing_context_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_mac.mm
diff --git a/printing/printing_context_mac.mm b/printing/printing_context_mac.mm
index 088d3ea286c2481057a7f76e74226baf466a2a09..8b40da34cd2ebb06354368c2a796a596ece10d4d 100644
--- a/printing/printing_context_mac.mm
+++ b/printing/printing_context_mac.mm
@@ -149,7 +149,7 @@ PrintingContext::Result PrintingContextMac::UpdatePrinterSettings(
return OnError();
} else {
// Don't need this for preview.
- if (!SetPrinter(UTF16ToUTF8(settings_.device_name())) ||
+ if (!SetPrinter(base::UTF16ToUTF8(settings_.device_name())) ||
!SetCopiesInPrintSettings(settings_.copies()) ||
!SetCollateInPrintSettings(settings_.collate()) ||
!SetDuplexModeInPrintSettings(settings_.duplex_mode()) ||
« no previous file with comments | « printing/backend/win_helper.cc ('k') | printing/printing_context_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698