Index: base/scoped_temp_dir_unittest.cc |
diff --git a/base/scoped_temp_dir_unittest.cc b/base/scoped_temp_dir_unittest.cc |
index 4be0d076c5ff44f03f1c2bf0554aad0a911c4da3..e180119045007b1d8be296bb59c429b58da1e731 100644 |
--- a/base/scoped_temp_dir_unittest.cc |
+++ b/base/scoped_temp_dir_unittest.cc |
@@ -65,7 +65,7 @@ TEST(ScopedTempDir, UniqueTempDirUnderPath) { |
FilePath test_path; |
{ |
ScopedTempDir dir; |
- EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path)); |
+ EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path, false)); |
test_path = dir.path(); |
EXPECT_TRUE(file_util::DirectoryExists(test_path)); |
EXPECT_TRUE(base_path.IsParent(test_path)); |