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

Unified Diff: net/spdy/bidirectional_stream_spdy_impl_unittest.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/spdy/bidirectional_stream_spdy_impl_unittest.cc
diff --git a/net/spdy/bidirectional_stream_spdy_impl_unittest.cc b/net/spdy/bidirectional_stream_spdy_impl_unittest.cc
index 8c6de847f6bd61d1f5450f3f2ee2b81716eab175..1217a32e4b0b5b3f6d2c25b5326e4f9a7e256201 100644
--- a/net/spdy/bidirectional_stream_spdy_impl_unittest.cc
+++ b/net/spdy/bidirectional_stream_spdy_impl_unittest.cc
@@ -132,7 +132,7 @@ class TestDelegateBase : public BidirectionalStreamImpl::Delegate {
}
void Start(const BidirectionalStreamRequestInfo* request,
- const BoundNetLog& net_log) {
+ const NetLogWithSource& net_log) {
stream_->Start(request, net_log,
/*send_request_headers_automatically=*/false, this,
base::MakeUnique<base::Timer>(false, false));

Powered by Google App Engine
This is Rietveld 408576698