| 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 d211fe36ee4fb9214bf74eb8c9733fb296140fb8..8f1b3d5a63a9649d0fee5f1690826637af987b09 100644
|
| --- a/chrome/browser/importer/firefox_importer_browsertest.cc
|
| +++ b/chrome/browser/importer/firefox_importer_browsertest.cc
|
| @@ -220,7 +220,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");
|
| - file_util::Delete(test_path, true);
|
| + base::Delete(test_path, true);
|
| file_util::CreateDirectory(test_path);
|
| profile_path_ = test_path.AppendASCII("profile");
|
| app_path_ = test_path.AppendASCII("app");
|
|
|