| Index: chrome_frame/test/ui_test.cc
|
| diff --git a/chrome_frame/test/ui_test.cc b/chrome_frame/test/ui_test.cc
|
| index 8823a2ebca8ba74781d354da88bd01bee37d8fcb..faab2a2c21a1fcf13e6d48a6b2e33bf7d2672c98 100644
|
| --- a/chrome_frame/test/ui_test.cc
|
| +++ b/chrome_frame/test/ui_test.cc
|
| @@ -497,7 +497,7 @@ class ContextMenuTest : public MockIEEventSinkTest, public testing::Test {
|
|
|
| // Get safe download name using temporary file.
|
| base::FilePath temp_file_path;
|
| - ASSERT_TRUE(file_util::CreateTemporaryFile(&temp_file_path));
|
| + ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path));
|
| ASSERT_TRUE(file_util::DieFileDie(temp_file_path, false));
|
| temp_file_path = temp_file_path.ReplaceExtension(file_ext);
|
|
|
|
|