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 7bb46a4ef040b286d39f82897bbd952d7081ee7c..1a90764f3e29203f0b0178fc81f82077f6d5d61e 100644 |
--- a/chrome/service/cloud_print/printer_job_handler.cc |
+++ b/chrome/service/cloud_print/printer_job_handler.cc |
@@ -683,8 +683,7 @@ void PrinterJobHandler::OnReceivePrinterCaps( |
printer_watcher_->GetCurrentPrinterInfo(&printer_info); |
std::string post_data; |
- std::string mime_boundary; |
- CreateMimeBoundaryForUpload(&mime_boundary); |
+ std::string mime_boundary = net::GenerateMimeMultipartBoundary(); |
if (succeeded) { |
std::string caps_hash = |