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 f41e8264bb769637fb0455229f6cb63ba215842b..59dff0bf1d8910a4294fd62c4dc60b0405f0fae2 100644 |
--- a/chrome/service/cloud_print/printer_job_handler.cc |
+++ b/chrome/service/cloud_print/printer_job_handler.cc |
@@ -367,7 +367,7 @@ PrinterJobHandler::HandlePrintDataResponse(const net::URLFetcher* source, |
const std::string& data) { |
VLOG(1) << "CP_CONNECTOR: Handling print data response" |
<< ", printer id: " << printer_info_cloud_.printer_id; |
- if (file_util::CreateTemporaryFile(&job_details_.print_data_file_path_)) { |
+ if (base::CreateTemporaryFile(&job_details_.print_data_file_path_)) { |
UMA_HISTOGRAM_ENUMERATION("CloudPrint.JobHandlerEvent", JOB_HANDLER_DATA, |
JOB_HANDLER_MAX); |
int ret = file_util::WriteFile(job_details_.print_data_file_path_, |