| Index: chrome_frame/test/navigation_test.cc
|
| diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc
|
| index fca132c17afb68458be4ee585ca418783d619162..78db86200f8fc1750471e67e353dec9708d8e36a 100644
|
| --- a/chrome_frame/test/navigation_test.cc
|
| +++ b/chrome_frame/test/navigation_test.cc
|
| @@ -844,7 +844,7 @@ TEST_F(FullTabDownloadTest, CF_DownloadFileFromPost) {
|
| EXPECT_CALL(download_window_mock, OnQuit()).Times(testing::AtMost(1));
|
|
|
| base::FilePath temp_file_path;
|
| - ASSERT_TRUE(file_util::CreateTemporaryFile(&temp_file_path));
|
| + ASSERT_TRUE(base::CreateTemporaryFile(&temp_file_path));
|
| file_util::DieFileDie(temp_file_path, false);
|
|
|
| temp_file_path = temp_file_path.ReplaceExtension(L"txt");
|
|
|