| Index: chrome_frame/crash_reporting/minidump_test.cc
|
| diff --git a/chrome_frame/crash_reporting/minidump_test.cc b/chrome_frame/crash_reporting/minidump_test.cc
|
| index 8475b9bf58b456d352e2713b5e6df907f5ddc13f..d8aa653e211a8989f95281401e8b27d83e5379b0 100644
|
| --- a/chrome_frame/crash_reporting/minidump_test.cc
|
| +++ b/chrome_frame/crash_reporting/minidump_test.cc
|
| @@ -75,7 +75,7 @@ class MinidumpTest: public testing::Test {
|
| }
|
|
|
| dump_file_handle_.Close();
|
| - EXPECT_TRUE(base::Delete(dump_file_, false));
|
| + EXPECT_TRUE(base::DeleteFile(dump_file_, false));
|
| }
|
|
|
| void EnsureDumpMapped() {
|
|
|