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

Unified Diff: blimp/net/exact_match_cert_verifier.h

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.h
diff --git a/blimp/net/exact_match_cert_verifier.h b/blimp/net/exact_match_cert_verifier.h
index 4c9ec914f1c3b882742e4577fa8bf840ea7a7816..ee108782d2350f9c9dfcc744e29e33fe14d8cabf 100644
--- a/blimp/net/exact_match_cert_verifier.h
+++ b/blimp/net/exact_match_cert_verifier.h
@@ -33,7 +33,7 @@ class BLIMP_NET_EXPORT ExactMatchCertVerifier : public net::CertVerifier {
net::CertVerifyResult* verify_result,
const net::CompletionCallback& callback,
std::unique_ptr<Request>* out_req,
- const net::BoundNetLog& net_log) override;
+ const net::NetLogWithSource& net_log) override;
private:
scoped_refptr<net::X509Certificate> engine_cert_;
« no previous file with comments | « no previous file | blimp/net/exact_match_cert_verifier.cc » ('j') | chrome/browser/devtools/devtools_network_transaction.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698