Index: net/cert/internal/path_builder.cc |
diff --git a/net/cert/internal/path_builder.cc b/net/cert/internal/path_builder.cc |
index 26e366410e87bfe4844dfa1715db05400bc9bbeb..bd0cd2726455adf0dc559ac3551f41e46a365f3a 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)), |