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

Unified Diff: net/websockets/websocket_channel_test.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: net/websockets/websocket_channel_test.cc
diff --git a/net/websockets/websocket_channel_test.cc b/net/websockets/websocket_channel_test.cc
index f411f589d1a7f94d25cb83035b77d3e3c09b9150..32dae8a0acd9083d92592884c72150c328f6a94b 100644
--- a/net/websockets/websocket_channel_test.cc
+++ b/net/websockets/websocket_channel_test.cc
@@ -711,7 +711,7 @@ struct WebSocketStreamCreationCallbackArgumentSaver {
const GURL& first_party_for_cookies,
const std::string& additional_headers,
URLRequestContext* url_request_context,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
std::unique_ptr<WebSocketStream::ConnectDelegate> connect_delegate) {
this->socket_url = socket_url;
this->create_helper = std::move(create_helper);
@@ -728,7 +728,7 @@ struct WebSocketStreamCreationCallbackArgumentSaver {
url::Origin origin;
GURL first_party_for_cookies;
URLRequestContext* url_request_context;
- BoundNetLog net_log;
+ NetLogWithSource net_log;
std::unique_ptr<WebSocketStream::ConnectDelegate> connect_delegate;
};

Powered by Google App Engine
This is Rietveld 408576698