Index: net/cert/internal/trust_store_in_memory.cc |
diff --git a/net/cert/internal/trust_store_in_memory.cc b/net/cert/internal/trust_store_in_memory.cc |
index 926d2bf851972db2f341cfd40827d2721aba2a48..4cdab9672d260223ccd12634d57f00c0c1dff449 100644 |
--- a/net/cert/internal/trust_store_in_memory.cc |
+++ b/net/cert/internal/trust_store_in_memory.cc |
@@ -20,7 +20,7 @@ void TrustStoreInMemory::AddTrustAnchor(scoped_refptr<TrustAnchor> anchor) { |
} |
void TrustStoreInMemory::FindTrustAnchorsForCert( |
- const ParsedCertificate* cert, |
+ const scoped_refptr<ParsedCertificate>& cert, |
const TrustAnchorsCallback& callback, |
TrustAnchors* synchronous_matches, |
std::unique_ptr<Request>* out_req) const { |