| 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) {
|
|
|