| Index: net/cert/nss_cert_database_chromeos.h
|
| diff --git a/net/cert/nss_cert_database_chromeos.h b/net/cert/nss_cert_database_chromeos.h
|
| index 07a1e67f31afa4cc50cbd40f28d432444fd0df30..e741963010ee817b6534acc6c6137354e2ab6755 100644
|
| --- a/net/cert/nss_cert_database_chromeos.h
|
| +++ b/net/cert/nss_cert_database_chromeos.h
|
| @@ -22,12 +22,12 @@ class NET_EXPORT NSSCertDatabaseChromeOS : public NSSCertDatabase {
|
|
|
| // NSSCertDatabase implementation.
|
| virtual void ListCertsSync(CertificateList* certs) OVERRIDE;
|
| - virtual void ListCerts(const NSSCertDatabase::ListCertsCallback& callback)
|
| - OVERRIDE;
|
| + virtual void ListCerts(
|
| + const NSSCertDatabase::ListCertsCallback& callback) OVERRIDE;
|
| virtual crypto::ScopedPK11Slot GetPublicSlot() const OVERRIDE;
|
| virtual crypto::ScopedPK11Slot GetPrivateSlot() const OVERRIDE;
|
| - virtual void ListModules(CryptoModuleList* modules, bool need_rw) const
|
| - OVERRIDE;
|
| + virtual void ListModules(CryptoModuleList* modules,
|
| + bool need_rw) const OVERRIDE;
|
|
|
| // TODO(mattm): handle trust setting, deletion, etc correctly when certs exist
|
| // in multiple slots.
|
|
|