| Index: printing/backend/cups_helper.cc
|
| diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc
|
| index 2159aaf43e6792c6490e7efdc092c7736c93a1a1..b6ce99fca4caa16610980b9020f3c622ab6b1e02 100644
|
| --- a/printing/backend/cups_helper.cc
|
| +++ b/printing/backend/cups_helper.cc
|
| @@ -350,7 +350,7 @@ bool parsePpdCapabilities(
|
| ppd_file_path,
|
| printer_capabilities.data(),
|
| data_size)) {
|
| - file_util::Delete(ppd_file_path, false);
|
| + base::Delete(ppd_file_path, false);
|
| return false;
|
| }
|
|
|
| @@ -387,7 +387,7 @@ bool parsePpdCapabilities(
|
| caps.color_default = is_color;
|
|
|
| ppdClose(ppd);
|
| - file_util::Delete(ppd_file_path, false);
|
| + base::Delete(ppd_file_path, false);
|
|
|
| *printer_info = caps;
|
| return true;
|
|
|