| Index: printing/backend/cups_helper.cc
|
| diff --git a/printing/backend/cups_helper.cc b/printing/backend/cups_helper.cc
|
| index 1c143a5dd51b9112fad6ce5fe106bd5794802ed2..748625d7ac0bb61be29a8eae6e4746cfc06e6736 100644
|
| --- a/printing/backend/cups_helper.cc
|
| +++ b/printing/backend/cups_helper.cc
|
| @@ -35,7 +35,7 @@ void ParseLpOptions(const base::FilePath& filepath,
|
| const std::string& printer_name,
|
| int* num_options, cups_option_t** options) {
|
| std::string content;
|
| - if (!file_util::ReadFileToString(filepath, &content))
|
| + if (!base::ReadFileToString(filepath, &content))
|
| return;
|
|
|
| const char kDest[] = "dest";
|
|
|