| Index: net/cert/test_root_certs.h
|
| diff --git a/net/cert/test_root_certs.h b/net/cert/test_root_certs.h
|
| index 84c163a5bb2ad9c67e1a8619ab1e4cb34cbcead1..57333f9407f56b873fa0339de3648e1fa2fe5c72 100644
|
| --- a/net/cert/test_root_certs.h
|
| +++ b/net/cert/test_root_certs.h
|
| @@ -79,8 +79,9 @@ class NET_EXPORT TestRootCerts {
|
| // are used in addition to OS trust store.
|
| void SetAllowSystemTrust(bool allow_system_trust);
|
| #elif defined(USE_OPENSSL_CERTS) && !defined(OS_ANDROID)
|
| - const std::vector<scoped_refptr<X509Certificate> >&
|
| - temporary_roots() const { return temporary_roots_; }
|
| + const std::vector<scoped_refptr<X509Certificate> >& temporary_roots() const {
|
| + return temporary_roots_;
|
| + }
|
| bool Contains(X509* cert) const;
|
| #elif defined(OS_WIN)
|
| HCERTSTORE temporary_roots() const { return temporary_roots_; }
|
|
|