| 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 b81ed67aa1def40f8b63f5d5f3a79b0845dc665f..eb852bd453e1db80e04a4733d73a1e16e63fb524 100644
|
| --- a/chrome/browser/importer/firefox_importer_browsertest.cc
|
| +++ b/chrome/browser/importer/firefox_importer_browsertest.cc
|
| @@ -268,7 +268,7 @@ class FirefoxProfileImporterBrowserTest : public InProcessBrowserTest {
|
| void SetUp() override {
|
| // 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::FilePath test_path = temp_dir_.GetPath().AppendASCII("ImporterTest");
|
| base::DeleteFile(test_path, true);
|
| base::CreateDirectory(test_path);
|
| profile_path_ = test_path.AppendASCII("profile");
|
|
|