summaryrefslogtreecommitdiffstats
path: root/printing/backend/cups_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/backend/cups_helper.cc')
-rw-r--r--printing/backend/cups_helper.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc
index 30a4b5b..1c143a5 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)) {
- base::Delete(ppd_file_path, false);
+ base::DeleteFile(ppd_file_path, false);
return false;
}
@@ -387,7 +387,7 @@ bool parsePpdCapabilities(
caps.color_default = is_color;
ppdClose(ppd);
- base::Delete(ppd_file_path, false);
+ base::DeleteFile(ppd_file_path, false);
*printer_info = caps;
return true;