| 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;
|
|
|