| Index: base/scoped_temp_dir_unittest.cc
|
| ===================================================================
|
| --- base/scoped_temp_dir_unittest.cc (revision 51236)
|
| +++ base/scoped_temp_dir_unittest.cc (working copy)
|
| @@ -65,7 +65,7 @@
|
| FilePath test_path;
|
| {
|
| ScopedTempDir dir;
|
| - EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path, false));
|
| + EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path));
|
| test_path = dir.path();
|
| EXPECT_TRUE(file_util::DirectoryExists(test_path));
|
| EXPECT_TRUE(base_path.IsParent(test_path));
|
|
|