Chromium Code Reviews| 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, |
|
Ryan Sleevi
2016/08/31 20:50:39
https://chromium.googlesource.com/chromium/src/+/m
mattm
2016/09/01 00:59:02
Yea, this does go against the style guide. But fol
|
| const TrustAnchorsCallback& callback, |
| TrustAnchors* synchronous_matches, |
| std::unique_ptr<Request>* out_req) const = 0; |