| Index: net/ocsp/nss_ocsp_unittest.cc
|
| diff --git a/net/ocsp/nss_ocsp_unittest.cc b/net/ocsp/nss_ocsp_unittest.cc
|
| index be29d5f79313550c895469905fb55ed109bfecbc..0530282f4a67a1f2ea31fc3764ef80cbfa332ba0 100644
|
| --- a/net/ocsp/nss_ocsp_unittest.cc
|
| +++ b/net/ocsp/nss_ocsp_unittest.cc
|
| @@ -78,7 +78,7 @@ class NssHttpTest : public ::testing::Test {
|
|
|
| virtual void SetUp() {
|
| std::string file_contents;
|
| - ASSERT_TRUE(file_util::ReadFileToString(
|
| + ASSERT_TRUE(base::ReadFileToString(
|
| GetTestCertsDirectory().AppendASCII("aia-intermediate.der"),
|
| &file_contents));
|
| ASSERT_FALSE(file_contents.empty());
|
|
|