| 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 d8aa653e211a8989f95281401e8b27d83e5379b0..9702ba177bcd492543f74ea656d17680a8c0c16c 100644
|
| --- a/chrome_frame/crash_reporting/minidump_test.cc
|
| +++ b/chrome_frame/crash_reporting/minidump_test.cc
|
| @@ -57,7 +57,7 @@ class MinidumpTest: public testing::Test {
|
| ASSERT_TRUE(urlmon != NULL);
|
| ASSERT_TRUE(::FreeLibrary(urlmon));
|
|
|
| - ASSERT_TRUE(file_util::CreateTemporaryFile(&dump_file_));
|
| + ASSERT_TRUE(base::CreateTemporaryFile(&dump_file_));
|
| dump_file_handle_.Set(::CreateFile(dump_file_.value().c_str(),
|
| GENERIC_WRITE | GENERIC_READ,
|
| 0,
|
|
|