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

Unified Diff: components/cronet/url_request_context_config_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: components/cronet/url_request_context_config_unittest.cc
diff --git a/components/cronet/url_request_context_config_unittest.cc b/components/cronet/url_request_context_config_unittest.cc
index 7d0a54cac1a7814784940aad7638cc1b6be5de1f..fb97389a4bac4b4f70136e060be00d9dc2794d28 100644
--- a/components/cronet/url_request_context_config_unittest.cc
+++ b/components/cronet/url_request_context_config_unittest.cc
@@ -110,7 +110,7 @@ TEST(URLRequestContextConfigTest, TestExperimentalOptionPassing) {
net::HostResolver::RequestInfo info(net::HostPortPair("abcde", 80));
net::AddressList addresses;
EXPECT_EQ(net::OK, context->host_resolver()->ResolveFromCache(
- info, &addresses, net::BoundNetLog()));
+ info, &addresses, net::NetLogWithSource()));
}
TEST(URLRequestContextConfigTest, SetQuicConnectionMigrationOptions) {

Powered by Google App Engine
This is Rietveld 408576698