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

Unified Diff: jingle/glue/fake_ssl_client_socket.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: jingle/glue/fake_ssl_client_socket.cc
diff --git a/jingle/glue/fake_ssl_client_socket.cc b/jingle/glue/fake_ssl_client_socket.cc
index 7270b18c1ad6de70b0db9717434990f27866c3e4..a1405c908ff160f81c69ac81dd8e7485556f9e18 100644
--- a/jingle/glue/fake_ssl_client_socket.cc
+++ b/jingle/glue/fake_ssl_client_socket.cc
@@ -315,7 +315,7 @@ int FakeSSLClientSocket::GetLocalAddress(net::IPEndPoint* address) const {
return transport_socket_->GetLocalAddress(address);
}
-const net::BoundNetLog& FakeSSLClientSocket::NetLog() const {
+const net::NetLogWithSource& FakeSSLClientSocket::NetLog() const {
return transport_socket_->NetLog();
}

Powered by Google App Engine
This is Rietveld 408576698