| Index: chrome/browser/importer/firefox_importer_browsertest.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_browsertest.cc b/chrome/browser/importer/firefox_importer_browsertest.cc
|
| index 688c2c22d1e89946e041c9989ab33e8f9096bce1..70aa30a47fd24fd8cd5e210f7f978bdb6978205e 100644
|
| --- a/chrome/browser/importer/firefox_importer_browsertest.cc
|
| +++ b/chrome/browser/importer/firefox_importer_browsertest.cc
|
| @@ -219,7 +219,7 @@ class FirefoxProfileImporterBrowserTest : public InProcessBrowserTest {
|
| // Creates a new profile in a new subdirectory in the temp directory.
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| base::FilePath test_path = temp_dir_.path().AppendASCII("ImporterTest");
|
| - base::Delete(test_path, true);
|
| + base::DeleteFile(test_path, true);
|
| file_util::CreateDirectory(test_path);
|
| profile_path_ = test_path.AppendASCII("profile");
|
| app_path_ = test_path.AppendASCII("app");
|
|
|