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

Unified Diff: components/cronet/stale_host_resolver.h

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.h
diff --git a/components/cronet/stale_host_resolver.h b/components/cronet/stale_host_resolver.h
index e87fab5e10b8d2809bdb53bf9fde58a1c2758f3e..1b8b5331ee0df9fb6c2e076b1c9d006a856f45b9 100644
--- a/components/cronet/stale_host_resolver.h
+++ b/components/cronet/stale_host_resolver.h
@@ -63,13 +63,13 @@ class NET_EXPORT StaleHostResolver : public net::HostResolver {
net::AddressList* addresses,
const net::CompletionCallback& callback,
std::unique_ptr<Request>* out_req,
- const net::BoundNetLog& net_log) override;
+ const net::NetLogWithSource& net_log) override;
// The remaining public methods pass through to the inner resolver:
int ResolveFromCache(const RequestInfo& info,
net::AddressList* addresses,
- const net::BoundNetLog& net_log) override;
+ const net::NetLogWithSource& net_log) override;
void SetDnsClientEnabled(bool enabled) override;
net::HostCache* GetHostCache() override;
std::unique_ptr<base::Value> GetDnsConfigAsValue() const override;

Powered by Google App Engine
This is Rietveld 408576698