| Index: chrome/service/cloud_print/print_system_cups.cc
|
| diff --git a/chrome/service/cloud_print/print_system_cups.cc b/chrome/service/cloud_print/print_system_cups.cc
|
| index 404e8df5e20a0e96e5be9b41cd3a3a50d98c895e..d4d5a9acda7b6de134d05fb0f0dfc89175c4ee45 100644
|
| --- a/chrome/service/cloud_print/print_system_cups.cc
|
| +++ b/chrome/service/cloud_print/print_system_cups.cc
|
| @@ -83,7 +83,7 @@ namespace cloud_print {
|
|
|
| static const char kCUPSPrinterInfoOpt[] = "printer-info";
|
| static const char kCUPSPrinterStateOpt[] = "printer-state";
|
| -static const wchar_t kCUPSPrintServerURL[] = L"print_server_url";
|
| +static const char kCUPSPrintServerURL[] = "print_server_url";
|
|
|
| // Default port for IPP print servers.
|
| static const int kDefaultIPPServerPort = 631;
|
|
|