| Index: chrome/browser/download/download_browsertest.cc
|
| diff --git a/chrome/browser/download/download_browsertest.cc b/chrome/browser/download/download_browsertest.cc
|
| index 2f9700c83d79af482bc19b27fddcbf3416248131..505c42ac1bc39a7c2b4cba6df1df4f3295943004 100644
|
| --- a/chrome/browser/download/download_browsertest.cc
|
| +++ b/chrome/browser/download/download_browsertest.cc
|
| @@ -899,7 +899,7 @@ class DownloadTest : public InProcessBrowserTest {
|
| base::FilePath destination_folder = GetDownloadDirectory(browser());
|
| base::FilePath my_downloaded_file = item->GetTargetFilePath();
|
| EXPECT_TRUE(file_util::PathExists(my_downloaded_file));
|
| - EXPECT_TRUE(file_util::Delete(my_downloaded_file, false));
|
| + EXPECT_TRUE(base::Delete(my_downloaded_file, false));
|
|
|
| EXPECT_EQ(download_info.should_redirect_to_documents ?
|
| std::string::npos :
|
|
|