| Index: net/http/http_auth.h
|
| diff --git a/net/http/http_auth.h b/net/http/http_auth.h
|
| index 464a39e1b795fb453a4574c1713d4c1ed7b3e4f7..619b68941733fa2044d38f9beedd6db5162a7867 100644
|
| --- a/net/http/http_auth.h
|
| +++ b/net/http/http_auth.h
|
| @@ -17,7 +17,7 @@ template <class T> class scoped_refptr;
|
|
|
| namespace net {
|
|
|
| -class BoundNetLog;
|
| +class NetLogWithSource;
|
| class HttpAuthHandler;
|
| class HttpAuthHandlerFactory;
|
| class HttpResponseHeaders;
|
| @@ -142,7 +142,7 @@ class NET_EXPORT_PRIVATE HttpAuth {
|
| Target target,
|
| const GURL& origin,
|
| const std::set<Scheme>& disabled_schemes,
|
| - const BoundNetLog& net_log,
|
| + const NetLogWithSource& net_log,
|
| std::unique_ptr<HttpAuthHandler>* handler);
|
|
|
| // Handle a 401/407 response from a server/proxy after a previous
|
|
|