| Index: components/password_manager/core/browser/import/password_importer_unittest.cc
|
| diff --git a/components/password_manager/core/browser/import/password_importer_unittest.cc b/components/password_manager/core/browser/import/password_importer_unittest.cc
|
| index 90d7ca9deb8e1e3190110ce5c967a0a39805feb2..24ff2dce5bc9ac74923779ffdd7ab206d03cf026 100644
|
| --- a/components/password_manager/core/browser/import/password_importer_unittest.cc
|
| +++ b/components/password_manager/core/browser/import/password_importer_unittest.cc
|
| @@ -76,7 +76,8 @@ TEST_F(PasswordImporterTest, CSVImport) {
|
| "Url,Username,Password\n"
|
| "http://accounts.google.com/a/LoginAuth,test@gmail.com,test1\n";
|
|
|
| - base::FilePath input_path = temp_directory_.path().AppendASCII(kTestFileName);
|
| + base::FilePath input_path =
|
| + temp_directory_.GetPath().AppendASCII(kTestFileName);
|
| ASSERT_TRUE(
|
| base::WriteFile(input_path, kTestCSVInput, strlen(kTestCSVInput)));
|
| ASSERT_NO_FATAL_FAILURE(StartImportAndWaitForCompletion(input_path));
|
|
|