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

Unified Diff: chrome/browser/chromeos/policy/policy_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: chrome/browser/chromeos/policy/policy_cert_verifier.cc
diff --git a/chrome/browser/chromeos/policy/policy_cert_verifier.cc b/chrome/browser/chromeos/policy/policy_cert_verifier.cc
index 88b33d43f2d34b162ad2b2b2108bac346d13ae8b..d5970c4bbc8edf8703f2e650e149ce92cbcbe43f 100644
--- a/chrome/browser/chromeos/policy/policy_cert_verifier.cc
+++ b/chrome/browser/chromeos/policy/policy_cert_verifier.cc
@@ -74,7 +74,7 @@ int PolicyCertVerifier::Verify(
net::CertVerifyResult* verify_result,
const net::CompletionCallback& completion_callback,
std::unique_ptr<Request>* out_req,
- const net::BoundNetLog& net_log) {
+ const net::NetLogWithSource& net_log) {
DCHECK_CURRENTLY_ON(content::BrowserThread::IO);
DCHECK(delegate_);
net::CompletionCallback wrapped_callback =

Powered by Google App Engine
This is Rietveld 408576698