| Index: net/base/file_stream_unittest.cc
|
| diff --git a/net/base/file_stream_unittest.cc b/net/base/file_stream_unittest.cc
|
| index 4be58b738e830d94530b918f800b81cc7278557c..a091e7a42aab291ded75234a57a9945a0f5e8220 100644
|
| --- a/net/base/file_stream_unittest.cc
|
| +++ b/net/base/file_stream_unittest.cc
|
| @@ -1017,7 +1017,7 @@ TEST_F(FileStreamTest, Truncate) {
|
|
|
| // Read in the contents and make sure we get back what we expected.
|
| std::string read_contents;
|
| - EXPECT_TRUE(file_util::ReadFileToString(temp_file_path(), &read_contents));
|
| + EXPECT_TRUE(base::ReadFileToString(temp_file_path(), &read_contents));
|
|
|
| EXPECT_EQ("01230123", read_contents);
|
| }
|
|
|