| 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 e8680bbce6bbad4d492f534cb7fc3b2582480b5c..a454c574abf6a977dff93a9d23b7b5bc8d505753 100644
|
| --- a/base/files/file_util_proxy_unittest.cc
|
| +++ b/base/files/file_util_proxy_unittest.cc
|
| @@ -219,7 +219,7 @@ TEST_F(FileUtilProxyTest, CreateTemporary) {
|
| EXPECT_EQ("test", data);
|
|
|
| // Make sure we can & do delete the created file to prevent leaks on the bots.
|
| - EXPECT_TRUE(base::Delete(path_, false));
|
| + EXPECT_TRUE(base::DeleteFile(path_, false));
|
| }
|
|
|
| TEST_F(FileUtilProxyTest, GetFileInfo_File) {
|
|
|