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

Unified Diff: net/socket/websocket_transport_connect_sub_job.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/websocket_transport_connect_sub_job.h
diff --git a/net/socket/websocket_transport_connect_sub_job.h b/net/socket/websocket_transport_connect_sub_job.h
index f7ff53393c2dd0e573460107ae3980b2a94a865b..05e88a74691570095e0406f48f50bcd83ad550d0 100644
--- a/net/socket/websocket_transport_connect_sub_job.h
+++ b/net/socket/websocket_transport_connect_sub_job.h
@@ -19,7 +19,7 @@
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class ClientSocketFactory;
class IPEndPoint;
class StreamSocket;
@@ -67,7 +67,7 @@ class WebSocketTransportConnectSubJob
ClientSocketFactory* client_socket_factory() const;
- const BoundNetLog& net_log() const;
+ const NetLogWithSource& net_log() const;
const IPEndPoint& CurrentAddress() const;

Powered by Google App Engine
This is Rietveld 408576698