| Index: net/cert/internal/trust_store.h
|
| diff --git a/net/cert/internal/trust_store.h b/net/cert/internal/trust_store.h
|
| index 2d02ac17c99cba356f4221fe94ccf43511226910..8422fd5c96a7b805a925203ee001613d62fe4ffb 100644
|
| --- a/net/cert/internal/trust_store.h
|
| +++ b/net/cert/internal/trust_store.h
|
| @@ -140,7 +140,7 @@ class NET_EXPORT TrustStore {
|
| // when results are available. The Request may be destroyed to cancel
|
| // the callback if it has not occurred yet.
|
| virtual void FindTrustAnchorsForCert(
|
| - const ParsedCertificate* cert,
|
| + const scoped_refptr<ParsedCertificate>& cert,
|
| const TrustAnchorsCallback& callback,
|
| TrustAnchors* synchronous_matches,
|
| std::unique_ptr<Request>* out_req) const = 0;
|
|
|