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

Unified Diff: net/cert/mock_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: net/cert/mock_cert_verifier.h
diff --git a/net/cert/mock_cert_verifier.h b/net/cert/mock_cert_verifier.h
index 994c5548c758fe79b53a301ac359a7753fcfc030..b5b35a1a0c4b394ceed7eee852ebd75c5b4a6383 100644
--- a/net/cert/mock_cert_verifier.h
+++ b/net/cert/mock_cert_verifier.h
@@ -31,7 +31,7 @@ class MockCertVerifier : public CertVerifier {
CertVerifyResult* verify_result,
const CompletionCallback& callback,
std::unique_ptr<Request>* out_req,
- const BoundNetLog& net_log) override;
+ const NetLogWithSource& net_log) override;
// Sets the default return value for Verify() for certificates/hosts that do
// not have explicit results added via the AddResult*() methods.

Powered by Google App Engine
This is Rietveld 408576698