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

Unified Diff: blimp/net/exact_match_cert_verifier.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: blimp/net/exact_match_cert_verifier.cc
diff --git a/blimp/net/exact_match_cert_verifier.cc b/blimp/net/exact_match_cert_verifier.cc
index f5e635859a3c930074e8bc686a25f12d2e4e6391..86fd5d31620d423aa91352cc4fd1aaab7252dc21 100644
--- a/blimp/net/exact_match_cert_verifier.cc
+++ b/blimp/net/exact_match_cert_verifier.cc
@@ -33,7 +33,7 @@ int ExactMatchCertVerifier::Verify(const RequestParams& params,
net::CertVerifyResult* verify_result,
const net::CompletionCallback& callback,
std::unique_ptr<Request>* out_req,
- const net::BoundNetLog& net_log) {
+ const net::NetLogWithSource& net_log) {
verify_result->Reset();
verify_result->verified_cert = engine_cert_;

Powered by Google App Engine
This is Rietveld 408576698