| Index: printing/backend/cups_helper.cc
|
| diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc
|
| index 1ed04cbb2a0aec5c69d7dbd12a886d8491a62e21..5636f089476e9549fc702d4e7dd5ab06d13f3198 100644
|
| --- a/printing/backend/cups_helper.cc
|
| +++ b/printing/backend/cups_helper.cc
|
| @@ -341,7 +341,7 @@ bool ParsePpdCapabilities(
|
| const std::string& printer_capabilities,
|
| PrinterSemanticCapsAndDefaults* printer_info) {
|
| base::FilePath ppd_file_path;
|
| - if (!file_util::CreateTemporaryFile(&ppd_file_path))
|
| + if (!base::CreateTemporaryFile(&ppd_file_path))
|
| return false;
|
|
|
| int data_size = printer_capabilities.length();
|
|
|