| Index: net/proxy/proxy_resolver_winhttp.cc
|
| diff --git a/net/proxy/proxy_resolver_winhttp.cc b/net/proxy/proxy_resolver_winhttp.cc
|
| index b1d3ce356d2a53250695c457322661f8b10d4b8b..6f184c7561d687f8da035c6db5da9f65b3950c0b 100644
|
| --- a/net/proxy/proxy_resolver_winhttp.cc
|
| +++ b/net/proxy/proxy_resolver_winhttp.cc
|
| @@ -61,7 +61,7 @@ class ProxyResolverWinHttp : public ProxyResolver {
|
| ProxyInfo* results,
|
| const CompletionCallback& /*callback*/,
|
| RequestHandle* /*request*/,
|
| - const BoundNetLog& /*net_log*/) override;
|
| + const NetLogWithSource& /*net_log*/) override;
|
| void CancelRequest(RequestHandle request) override;
|
|
|
| LoadState GetLoadState(RequestHandle request) const override;
|
| @@ -94,7 +94,7 @@ int ProxyResolverWinHttp::GetProxyForURL(const GURL& query_url,
|
| ProxyInfo* results,
|
| const CompletionCallback& /*callback*/,
|
| RequestHandle* /*request*/,
|
| - const BoundNetLog& /*net_log*/) {
|
| + const NetLogWithSource& /*net_log*/) {
|
| // If we don't have a WinHTTP session, then create a new one.
|
| if (!session_handle_ && !OpenWinHttpSession())
|
| return ERR_FAILED;
|
|
|