diff options
Diffstat (limited to 'chromium/printing/backend/cups_helper.h')
-rw-r--r-- | chromium/printing/backend/cups_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/printing/backend/cups_helper.h b/chromium/printing/backend/cups_helper.h index 4a261e26439..8d90531e5b5 100644 --- a/chromium/printing/backend/cups_helper.h +++ b/chromium/printing/backend/cups_helper.h @@ -36,7 +36,7 @@ class PRINTING_EXPORT HttpConnectionCUPS { // Helper function to parse and convert PPD capabilitites to // semantic options. PRINTING_EXPORT bool ParsePpdCapabilities( - base::StringPiece printer_name, + cups_dest_t* dest, base::StringPiece locale, base::StringPiece printer_capabilities, PrinterSemanticCapsAndDefaults* printer_info); |