| Index: crypto/scoped_test_system_nss_key_slot.cc
|
| diff --git a/crypto/scoped_test_system_nss_key_slot.cc b/crypto/scoped_test_system_nss_key_slot.cc
|
| index ee5e1dfaa274d0c756bc13a20450d6670cc57f03..53fbbffc1a99fb8b5b111c7ad399909c8969367d 100644
|
| --- a/crypto/scoped_test_system_nss_key_slot.cc
|
| +++ b/crypto/scoped_test_system_nss_key_slot.cc
|
| @@ -25,4 +25,8 @@ bool ScopedTestSystemNSSKeySlot::ConstructedSuccessfully() const {
|
| return test_db_->is_open();
|
| }
|
|
|
| +PK11SlotInfo* ScopedTestSystemNSSKeySlot::slot() const {
|
| + return test_db_->slot();
|
| +}
|
| +
|
| } // namespace crypto
|
|
|