| Index: base/files/scoped_temp_dir_unittest.cc
|
| diff --git a/base/files/scoped_temp_dir_unittest.cc b/base/files/scoped_temp_dir_unittest.cc
|
| index 75afa61c82ee4f7cb537002a1dd6292e0f3a7890..0c9131c3a8d7be9fc570a4779a84036880024441 100644
|
| --- a/base/files/scoped_temp_dir_unittest.cc
|
| +++ b/base/files/scoped_temp_dir_unittest.cc
|
| @@ -77,7 +77,7 @@ TEST(ScopedTempDir, UniqueTempDirUnderPath) {
|
| EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos);
|
| }
|
| EXPECT_FALSE(DirectoryExists(test_path));
|
| - base::Delete(base_path, true);
|
| + base::DeleteFile(base_path, true);
|
| }
|
|
|
| TEST(ScopedTempDir, MultipleInvocations) {
|
|
|