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

Unified Diff: net/http/bidirectional_stream_impl.h

Issue 2351513002: net: rename BoundNetLog to NetLogWithSource (Closed)
Patch Set: REBASE 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/http/bidirectional_stream_impl.h
diff --git a/net/http/bidirectional_stream_impl.h b/net/http/bidirectional_stream_impl.h
index dd173ec0b22d5fc7323b70966f6765ba5e3c9747..dcc68d79213472b54fe938de4d8b8e433b348d31 100644
--- a/net/http/bidirectional_stream_impl.h
+++ b/net/http/bidirectional_stream_impl.h
@@ -21,7 +21,7 @@ class Timer;
namespace net {
-class BoundNetLog;
+class NetLogWithSource;
class IOBuffer;
class SpdyHeaderBlock;
struct BidirectionalStreamRequestInfo;
@@ -98,7 +98,7 @@ class NET_EXPORT_PRIVATE BidirectionalStreamImpl {
// sent only when SendRequestHeaders() is invoked or with next
// SendData/SendvData.
virtual void Start(const BidirectionalStreamRequestInfo* request_info,
- const BoundNetLog& net_log,
+ const NetLogWithSource& net_log,
bool send_request_headers_automatically,
BidirectionalStreamImpl::Delegate* delegate,
std::unique_ptr<base::Timer> timer) = 0;

Powered by Google App Engine
This is Rietveld 408576698