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

Unified Diff: content/browser/renderer_host/p2p/socket_host_test_utils.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: content/browser/renderer_host/p2p/socket_host_test_utils.cc
diff --git a/content/browser/renderer_host/p2p/socket_host_test_utils.cc b/content/browser/renderer_host/p2p/socket_host_test_utils.cc
index 0d7a340e7f8cb09ef96e006680d9dab2197763d6..0c1f04bc69b6cde98015628c04612abbba7c409e 100644
--- a/content/browser/renderer_host/p2p/socket_host_test_utils.cc
+++ b/content/browser/renderer_host/p2p/socket_host_test_utils.cc
@@ -143,7 +143,7 @@ int FakeSocket::GetLocalAddress(net::IPEndPoint* address) const {
return net::OK;
}
-const net::BoundNetLog& FakeSocket::NetLog() const {
+const net::NetLogWithSource& FakeSocket::NetLog() const {
NOTREACHED();
return net_log_;
}

Powered by Google App Engine
This is Rietveld 408576698