summaryrefslogtreecommitdiffstats
path: root/printing/backend/print_backend_cups.cc
diff options
context:
space:
mode:
Diffstat (limited to 'printing/backend/print_backend_cups.cc')
-rw-r--r--printing/backend/print_backend_cups.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/backend/print_backend_cups.cc b/printing/backend/print_backend_cups.cc
index bd51130..267c2d9 100644
--- a/printing/backend/print_backend_cups.cc
+++ b/printing/backend/print_backend_cups.cc
@@ -327,7 +327,7 @@ int PrintBackendCUPS::GetDests(cups_dest_t** dests) {
}
}
-FilePath PrintBackendCUPS::GetPPD(const char* name) {
+base::FilePath PrintBackendCUPS::GetPPD(const char* name) {
// cupsGetPPD returns a filename stored in a static buffer in CUPS.
// Protect this code with lock.
CR_DEFINE_STATIC_LOCAL(base::Lock, ppd_lock, ());