Index: components/password_manager/core/browser/statistics_table_unittest.cc |
diff --git a/components/password_manager/core/browser/statistics_table_unittest.cc b/components/password_manager/core/browser/statistics_table_unittest.cc |
index 70bdda356cb5c2b307bd8d0a1a73215ade8c3417..adf1f0c7fef019081fb1f5fd5c8d28170772f202 100644 |
--- a/components/password_manager/core/browser/statistics_table_unittest.cc |
+++ b/components/password_manager/core/browser/statistics_table_unittest.cc |
@@ -40,7 +40,7 @@ class StatisticsTableTest : public testing::Test { |
} |
void ReloadDatabase() { |
- base::FilePath file = temp_dir_.path().AppendASCII("TestDatabase"); |
+ base::FilePath file = temp_dir_.GetPath().AppendASCII("TestDatabase"); |
db_.reset(new StatisticsTable); |
connection_.reset(new sql::Connection); |
connection_->set_exclusive_locking(); |