| 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 bbb4637fcdb87269d40e78292114f6ec1439a1e5..8475b9bf58b456d352e2713b5e6df907f5ddc13f 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(file_util::Delete(dump_file_, false));
|
| + EXPECT_TRUE(base::Delete(dump_file_, false));
|
| }
|
|
|
| void EnsureDumpMapped() {
|
|
|