Index: printing/backend/cups_helper.cc |
diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc |
index 74df558f0f8dfcc8939b9bc8fedcaba45fcc46a8..1ed04cbb2a0aec5c69d7dbd12a886d8491a62e21 100644 |
--- a/printing/backend/cups_helper.cc |
+++ b/printing/backend/cups_helper.cc |
@@ -99,7 +99,7 @@ void MarkLpOptions(const std::string& printer_name, ppd_file_t** ppd) { |
std::vector<base::FilePath> file_locations; |
file_locations.push_back(base::FilePath(kSystemLpOptionPath)); |
file_locations.push_back(base::FilePath( |
- file_util::GetHomeDir().Append(kUserLpOptionPath))); |
+ base::GetHomeDir().Append(kUserLpOptionPath))); |
for (std::vector<base::FilePath>::const_iterator it = file_locations.begin(); |
it != file_locations.end(); ++it) { |