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

Unified Diff: net/quic/chromium/crypto_test_utils_chromium.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/quic/chromium/crypto_test_utils_chromium.cc
diff --git a/net/quic/chromium/crypto_test_utils_chromium.cc b/net/quic/chromium/crypto_test_utils_chromium.cc
index ee7a95a4f820f164c64b68b595636797dba7ec1b..8a3186402dc1cad74cd8e06ad75af5d7a6ae16d8 100644
--- a/net/quic/chromium/crypto_test_utils_chromium.cc
+++ b/net/quic/chromium/crypto_test_utils_chromium.cc
@@ -130,7 +130,8 @@ std::unique_ptr<ProofVerifier> CryptoTestUtils::RealProofVerifierForTesting() {
// static
ProofVerifyContext* CryptoTestUtils::ProofVerifyContextForTesting() {
- return new ProofVerifyContextChromium(/*cert_verify_flags=*/0, BoundNetLog());
+ return new ProofVerifyContextChromium(/*cert_verify_flags=*/0,
+ NetLogWithSource());
}
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698