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

Unified Diff: chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.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/chromeos/policy/policy_cert_verifier_browsertest.cc
diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc b/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
index 285fb325b3c2a2a87ccbcb158f769b62106646d3..6ef5e14664afac6ba64bb3091328e4e25bb1a976 100644
--- a/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
+++ b/chrome/browser/chromeos/policy/policy_cert_verifier_browsertest.cc
@@ -75,7 +75,7 @@ class PolicyCertVerifierTest : public testing::Test {
std::string(), net::CertificateList()),
nullptr, verify_result,
test_callback.callback(), request,
- net::BoundNetLog());
+ net::NetLogWithSource());
}
bool SupportsAdditionalTrustAnchors() {

Powered by Google App Engine
This is Rietveld 408576698