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

Unified Diff: net/socket/client_socket_handle.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/socket/client_socket_handle.h
diff --git a/net/socket/client_socket_handle.h b/net/socket/client_socket_handle.h
index 89e4d0fef877c9bd4ca5085160ef0ef47ca7865b..8d92cb5283d19f63ba686ffc513d1dcc66c4160e 100644
--- a/net/socket/client_socket_handle.h
+++ b/net/socket/client_socket_handle.h
@@ -82,7 +82,7 @@ class NET_EXPORT ClientSocketHandle {
ClientSocketPool::RespectLimits respect_limits,
const CompletionCallback& callback,
PoolType* pool,
- const BoundNetLog& net_log);
+ const NetLogWithSource& net_log);
// An initialized handle can be reset, which causes it to return to the
// un-initialized state. This releases the underlying socket, which in the
@@ -236,7 +236,7 @@ int ClientSocketHandle::Init(
ClientSocketPool::RespectLimits respect_limits,
const CompletionCallback& callback,
PoolType* pool,
- const BoundNetLog& net_log) {
+ const NetLogWithSource& net_log) {
requesting_source_ = net_log.source();
CHECK(!group_name.empty());

Powered by Google App Engine
This is Rietveld 408576698