| Index: crypto/scoped_test_nss_db.cc
|
| diff --git a/crypto/scoped_test_nss_db.cc b/crypto/scoped_test_nss_db.cc
|
| index dc58031ce5dd63ea11f1c704c711df545442c081..b334109e0342f56e697ff88af0ff91943aa4f20e 100644
|
| --- a/crypto/scoped_test_nss_db.cc
|
| +++ b/crypto/scoped_test_nss_db.cc
|
| @@ -24,7 +24,7 @@ ScopedTestNSSDB::ScopedTestNSSDB() {
|
| return;
|
|
|
| const char kTestDescription[] = "Test DB";
|
| - slot_ = OpenSoftwareNSSDB(temp_dir_.path(), kTestDescription);
|
| + slot_ = OpenSoftwareNSSDB(temp_dir_.GetPath(), kTestDescription);
|
| }
|
|
|
| ScopedTestNSSDB::~ScopedTestNSSDB() {
|
|
|