| Index: base/files/file_util_proxy_unittest.cc
|
| diff --git a/base/files/file_util_proxy_unittest.cc b/base/files/file_util_proxy_unittest.cc
|
| index 3c67075f4875aab6a33cbfea2d5a2a115ce5c0f5..73ac8a6047441679d3d8c1741a186a49acda98c7 100644
|
| --- a/base/files/file_util_proxy_unittest.cc
|
| +++ b/base/files/file_util_proxy_unittest.cc
|
| @@ -215,7 +215,7 @@ TEST_F(FileUtilProxyTest, CreateTemporary) {
|
|
|
| // Make sure the written data can be read from the returned path.
|
| std::string data;
|
| - EXPECT_TRUE(file_util::ReadFileToString(path_, &data));
|
| + EXPECT_TRUE(ReadFileToString(path_, &data));
|
| EXPECT_EQ("test", data);
|
|
|
| // Make sure we can & do delete the created file to prevent leaks on the bots.
|
|
|