Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2368)

Unified Diff: net/cert/internal/cert_issuer_source_static_unittest.cc

Issue 2126803004: WIP: NSS trust store integration for path builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert-command-line-path-builder-add_certpathbuilder
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/cert/internal/cert_issuer_source_static.cc ('k') | net/cert/internal/cert_issuer_source_test_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/internal/cert_issuer_source_static_unittest.cc
diff --git a/net/cert/internal/cert_issuer_source_static_unittest.cc b/net/cert/internal/cert_issuer_source_static_unittest.cc
index d59744c61abf2c2cba2791752cda344c8fdbd665..c4c6fab980594cf157432b95e5419af0014c0446 100644
--- a/net/cert/internal/cert_issuer_source_static_unittest.cc
+++ b/net/cert/internal/cert_issuer_source_static_unittest.cc
@@ -132,7 +132,7 @@ TEST_F(CertIssuerSourceStaticTest, IsNotAsync) {
CertIssuerSourceStatic source;
source.AddCert(i1_1_);
std::unique_ptr<CertIssuerSource::Request> request;
- source.AsyncGetIssuersOf(c1_.get(), base::Bind(&NotCalled), &request);
+ source.AsyncGetIssuersOf(c1_, base::Bind(&NotCalled), &request);
EXPECT_EQ(nullptr, request);
}
« no previous file with comments | « net/cert/internal/cert_issuer_source_static.cc ('k') | net/cert/internal/cert_issuer_source_test_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698