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

Unified Diff: net/http/http_stream_factory_impl_request_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/http/http_stream_factory_impl_request_unittest.cc
diff --git a/net/http/http_stream_factory_impl_request_unittest.cc b/net/http/http_stream_factory_impl_request_unittest.cc
index e7065af902b8e8f43b0c9a49311799b8a01252f3..6de0bab70b2ebc2996fd31aee26d97098965c4b1 100644
--- a/net/http/http_stream_factory_impl_request_unittest.cc
+++ b/net/http/http_stream_factory_impl_request_unittest.cc
@@ -39,7 +39,7 @@ TEST_F(HttpStreamFactoryImplRequestTest, SetPriority) {
HttpRequestInfo request_info;
std::unique_ptr<HttpStreamFactoryImpl::Request> request(
job_controller->Start(request_info, &request_delegate, nullptr,
- BoundNetLog(), HttpStreamRequest::HTTP_STREAM,
+ NetLogWithSource(), HttpStreamRequest::HTTP_STREAM,
DEFAULT_PRIORITY, SSLConfig(), SSLConfig()));
EXPECT_TRUE(job_controller->main_job());
EXPECT_EQ(DEFAULT_PRIORITY, job_controller->main_job()->priority());

Powered by Google App Engine
This is Rietveld 408576698