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 2f255f91d8a2947e2c6ad85afa83a0779e7fc4c7..a720d5ed2bb8344d069756a3607b18e4c1db4da3 100644 |
--- a/chrome/service/cloud_print/printer_job_handler.cc |
+++ b/chrome/service/cloud_print/printer_job_handler.cc |
@@ -684,8 +684,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 = |