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

Unified Diff: net/cert_net/nss_ocsp_unittest.cc

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: one more fix, content bound_net_log_ Created 4 years, 3 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
Index: net/cert_net/nss_ocsp_unittest.cc
diff --git a/net/cert_net/nss_ocsp_unittest.cc b/net/cert_net/nss_ocsp_unittest.cc
index 8dca371eee1ac58bc3dd9f75eb68f852e5290dd6..23896fa66bc29017940d10d1be721ee40e6d4c07 100644
--- a/net/cert_net/nss_ocsp_unittest.cc
+++ b/net/cert_net/nss_ocsp_unittest.cc
@@ -152,7 +152,7 @@ TEST_F(NssHttpTest, TestAia) {
CertVerifier::RequestParams(test_cert, "aia-host.invalid", flags,
std::string(), CertificateList()),
nullptr, &verify_result, test_callback.callback(), &request,
- BoundNetLog());
+ NetLogWithSource());
ASSERT_THAT(error, IsError(ERR_IO_PENDING));
error = test_callback.WaitForResult();

Powered by Google App Engine
This is Rietveld 408576698