| Index: net/cert/cert_database.cc
|
| diff --git a/net/cert/cert_database.cc b/net/cert/cert_database.cc
|
| index d6a9b1b77fc4c0b8332d31e0aea39e738ab78e82..46653e559cc1fd67970222eb1ae358e5c72ebce4 100644
|
| --- a/net/cert/cert_database.cc
|
| +++ b/net/cert/cert_database.cc
|
| @@ -32,10 +32,8 @@ void CertDatabase::NotifyObserversOfCertRemoved(const X509Certificate* cert) {
|
| observer_list_->Notify(&Observer::OnCertRemoved, make_scoped_refptr(cert));
|
| }
|
|
|
| -void CertDatabase::NotifyObserversOfCACertChanged(
|
| - const X509Certificate* cert) {
|
| - observer_list_->Notify(
|
| - &Observer::OnCACertChanged, make_scoped_refptr(cert));
|
| +void CertDatabase::NotifyObserversOfCACertChanged(const X509Certificate* cert) {
|
| + observer_list_->Notify(&Observer::OnCACertChanged, make_scoped_refptr(cert));
|
| }
|
|
|
| } // namespace net
|
|
|