Index: chrome/browser/profiles/profile_info_cache_unittest.cc |
diff --git a/chrome/browser/profiles/profile_info_cache_unittest.cc b/chrome/browser/profiles/profile_info_cache_unittest.cc |
index cd1f8689d28a7eb71dbbee1568f507b0d1d8781a..eb1aa448418db00259ccd01a5815b71e0d27c887 100644 |
--- a/chrome/browser/profiles/profile_info_cache_unittest.cc |
+++ b/chrome/browser/profiles/profile_info_cache_unittest.cc |
@@ -609,7 +609,7 @@ TEST_F(ProfileInfoCacheTest, DownloadHighResAvatarTest) { |
// Clean up. |
EXPECT_NE(std::string::npos, icon_path.MaybeAsASCII().find(file_name)); |
EXPECT_TRUE(base::PathExists(icon_path)); |
- EXPECT_TRUE(base::DeleteFile(icon_path, true)); |
+ EXPECT_TRUE(base::DeleteFile(icon_path, false)); |
EXPECT_FALSE(base::PathExists(icon_path)); |
} |