| Index: net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
|
| diff --git a/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc b/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
|
| index bcdb7b72dcec038096717f1069ae4b2ca9068c4a..f9caa79df620bc736806e94dbb606bcc1cb64466 100644
|
| --- a/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
|
| +++ b/net/tools/dns_fuzz_stub/dns_fuzz_stub.cc
|
| @@ -53,7 +53,7 @@ bool ReadTestCase(const char* filename,
|
| base::FilePath filepath = base::FilePath::FromUTF8Unsafe(filename);
|
|
|
| std::string json;
|
| - if (!file_util::ReadFileToString(filepath, &json)) {
|
| + if (!base::ReadFileToString(filepath, &json)) {
|
| LOG(ERROR) << filename << ": couldn't read file.";
|
| return false;
|
| }
|
|
|