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

Unified Diff: components/cronet/stale_host_resolver_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/stale_host_resolver_unittest.cc
diff --git a/components/cronet/stale_host_resolver_unittest.cc b/components/cronet/stale_host_resolver_unittest.cc
index 85639c23c2826b0b185f7892f3050044e8367f8f..5f81eb5d55b0dc89415e54ed0d969dec9c066c2b 100644
--- a/components/cronet/stale_host_resolver_unittest.cc
+++ b/components/cronet/stale_host_resolver_unittest.cc
@@ -181,7 +181,7 @@ class StaleHostResolverTest : public testing::Test {
resolver_->Resolve(info, net::DEFAULT_PRIORITY, &resolve_addresses_,
base::Bind(&StaleHostResolverTest::OnResolveComplete,
base::Unretained(this)),
- &request_, net::BoundNetLog());
+ &request_, net::NetLogWithSource());
if (rv != net::ERR_IO_PENDING) {
resolve_pending_ = false;
resolve_complete_ = true;

Powered by Google App Engine
This is Rietveld 408576698