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

Unified Diff: content/browser/renderer_host/pepper/pepper_lookup_request.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: content/browser/renderer_host/pepper/pepper_lookup_request.h
diff --git a/content/browser/renderer_host/pepper/pepper_lookup_request.h b/content/browser/renderer_host/pepper/pepper_lookup_request.h
index 14ae686b052b801e0b4c58f860ebd018cda2701a..2373e5d222e09802560d05633335afedb02327e2 100644
--- a/content/browser/renderer_host/pepper/pepper_lookup_request.h
+++ b/content/browser/renderer_host/pepper/pepper_lookup_request.h
@@ -39,7 +39,7 @@ class PepperLookupRequest {
resolver_->Resolve(request_info_, priority_, &addresses_,
base::Bind(&PepperLookupRequest<T>::OnLookupFinished,
base::Unretained(this)),
- &request_, net::BoundNetLog());
+ &request_, net::NetLogWithSource());
if (result != net::ERR_IO_PENDING)
OnLookupFinished(result);
}

Powered by Google App Engine
This is Rietveld 408576698