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

Unified Diff: net/socket/tcp_socket_posix.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/tcp_socket_posix.h
diff --git a/net/socket/tcp_socket_posix.h b/net/socket/tcp_socket_posix.h
index f043d670c7552a000e469a834dd32f2d62a44c7f..2b25f150fb46796d10d8b0f0a52e1ff7707bc614 100644
--- a/net/socket/tcp_socket_posix.h
+++ b/net/socket/tcp_socket_posix.h
@@ -108,7 +108,7 @@ class NET_EXPORT TCPSocketPosix {
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);
- const BoundNetLog& net_log() const { return net_log_; }
+ const NetLogWithSource& net_log() const { return net_log_; }
private:
// States that using a socket with TCP FastOpen can lead to.
@@ -246,7 +246,7 @@ class NET_EXPORT TCPSocketPosix {
bool logging_multiple_connect_attempts_;
- BoundNetLog net_log_;
+ NetLogWithSource net_log_;
DISALLOW_COPY_AND_ASSIGN(TCPSocketPosix);
};

Powered by Google App Engine
This is Rietveld 408576698