Index: net/cert/internal/path_builder.cc |
diff --git a/net/cert/internal/path_builder.cc b/net/cert/internal/path_builder.cc |
index 419b7062f14bbfd24d0004e9fd6e7b49fc664dff..2f1f81a642871a534411e52be7b8597b81911e07 100644 |
--- a/net/cert/internal/path_builder.cc |
+++ b/net/cert/internal/path_builder.cc |
@@ -153,7 +153,7 @@ CompletionStatus CertIssuersIter::GetNextIssuer(CertificateOrTrustAnchor* out, |
if (!did_initial_query_) { |
did_initial_query_ = true; |
trust_store_->FindTrustAnchorsForCert( |
- cert_.get(), |
+ cert_, |
callback.is_null() ? TrustStore::TrustAnchorsCallback() |
: base::Bind(&CertIssuersIter::GotAsyncAnchors, |
base::Unretained(this)), |