| Index: chrome/service/cloud_print/cloud_print_consts.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_consts.cc b/chrome/service/cloud_print/cloud_print_consts.cc
|
| index a3dbe6fb059da3d091f3fa5e5c28c36340c1a725..2099ba690cce9db9d3d7ac7f3d9f91fae43980a2 100644
|
| --- a/chrome/service/cloud_print/cloud_print_consts.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_consts.cc
|
| @@ -15,15 +15,15 @@ const char kPrinterStatusValue[] = "status";
|
| const char kPrinterTagValue[] = "tag";
|
|
|
| // Values in the respone JSON from the cloud print server
|
| -const wchar_t kPrinterListValue[] = L"printers";
|
| -const wchar_t kSuccessValue[] = L"success";
|
| -const wchar_t kNameValue[] = L"name";
|
| -const wchar_t kIdValue[] = L"id";
|
| -const wchar_t kTicketUrlValue[] = L"ticketUrl";
|
| -const wchar_t kFileUrlValue[] = L"fileUrl";
|
| -const wchar_t kJobListValue[] = L"jobs";
|
| -const wchar_t kTitleValue[] = L"title";
|
| -const wchar_t kPrinterCapsHashValue[] = L"capsHash";
|
| +const char kPrinterListValue[] = "printers";
|
| +const char kSuccessValue[] = "success";
|
| +const char kNameValue[] = "name";
|
| +const char kIdValue[] = "id";
|
| +const char kTicketUrlValue[] = "ticketUrl";
|
| +const char kFileUrlValue[] = "fileUrl";
|
| +const char kJobListValue[] = "jobs";
|
| +const char kTitleValue[] = "title";
|
| +const char kPrinterCapsHashValue[] = "capsHash";
|
|
|
| const char kDefaultCloudPrintServerUrl[] = "https://www.google.com/cloudprint";
|
| const char kCloudPrintTalkServiceUrl[] = "http://www.google.com/cloudprint";
|
|
|