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

Unified Diff: chrome/browser/extensions/api/platform_keys/verify_trust_api.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: chrome/browser/extensions/api/platform_keys/verify_trust_api.cc
diff --git a/chrome/browser/extensions/api/platform_keys/verify_trust_api.cc b/chrome/browser/extensions/api/platform_keys/verify_trust_api.cc
index 32fa2ef9f73513384fbc70ae0e8e37d2f7aa67b2..4decf2fe8a7ccb2d284630bb38bcc70294cc51b2 100644
--- a/chrome/browser/extensions/api/platform_keys/verify_trust_api.cc
+++ b/chrome/browser/extensions/api/platform_keys/verify_trust_api.cc
@@ -184,7 +184,7 @@ void VerifyTrustAPI::IOPart::Verify(std::unique_ptr<Params> params,
std::unique_ptr<net::CertVerifyResult> verify_result(
new net::CertVerifyResult);
- std::unique_ptr<net::BoundNetLog> net_log(new net::BoundNetLog);
+ std::unique_ptr<net::NetLogWithSource> net_log(new net::NetLogWithSource);
const int flags = 0;
std::string ocsp_response;

Powered by Google App Engine
This is Rietveld 408576698