| Index: components/password_manager/core/browser/affiliation_database_unittest.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_database_unittest.cc b/components/password_manager/core/browser/affiliation_database_unittest.cc
|
| index 916494883c17ca0c1db0ee9fab3aaa467938f8b4..939a5bdb108c27486149996a4957f3aa1ac23c66 100644
|
| --- a/components/password_manager/core/browser/affiliation_database_unittest.cc
|
| +++ b/components/password_manager/core/browser/affiliation_database_unittest.cc
|
| @@ -93,7 +93,7 @@ class AffiliationDatabaseTest : public testing::Test {
|
| AffiliationDatabase& db() { return *db_; }
|
|
|
| base::FilePath db_path() {
|
| - return temp_directory_.path().Append(
|
| + return temp_directory_.GetPath().Append(
|
| FILE_PATH_LITERAL("Test Affiliation Database"));
|
| }
|
|
|
|
|