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

Unified Diff: net/websockets/websocket_channel.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/websockets/websocket_channel.h
diff --git a/net/websockets/websocket_channel.h b/net/websockets/websocket_channel.h
index 2f97f6649f769ea128c33116dbe7429df514940e..9ff1c6959268f1ce6ef5248ca623391192412c5e 100644
--- a/net/websockets/websocket_channel.h
+++ b/net/websockets/websocket_channel.h
@@ -31,7 +31,7 @@ class Origin;
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class IOBuffer;
class URLRequestContext;
struct WebSocketHandshakeRequestInfo;
@@ -54,7 +54,7 @@ class NET_EXPORT WebSocketChannel {
const GURL&,
const std::string&,
URLRequestContext*,
- const BoundNetLog&,
+ const NetLogWithSource&,
std::unique_ptr<WebSocketStream::ConnectDelegate>)>
WebSocketStreamRequestCreationCallback;

Powered by Google App Engine
This is Rietveld 408576698