| Index: net/cert/nss_cert_database_chromeos.cc
|
| diff --git a/net/cert/nss_cert_database_chromeos.cc b/net/cert/nss_cert_database_chromeos.cc
|
| index e3a7dfd0cfe24c96627cad7c20655445a2a9b0a4..e0a5cfd31530152ed8f8f94cf0513ed8bac4f62a 100644
|
| --- a/net/cert/nss_cert_database_chromeos.cc
|
| +++ b/net/cert/nss_cert_database_chromeos.cc
|
| @@ -65,8 +65,9 @@ crypto::ScopedPK11Slot NSSCertDatabaseChromeOS::GetSystemSlot() const {
|
| return crypto::ScopedPK11Slot();
|
| }
|
|
|
| -void NSSCertDatabaseChromeOS::ListModules(CryptoModuleList* modules,
|
| - bool need_rw) const {
|
| +void NSSCertDatabaseChromeOS::ListModules(
|
| + std::vector<crypto::ScopedPK11Slot>* modules,
|
| + bool need_rw) const {
|
| NSSCertDatabase::ListModules(modules, need_rw);
|
|
|
| size_t pre_size = modules->size();
|
|
|