| Index: net/http/http_auth_handler_ntlm_win.cc
|
| diff --git a/net/http/http_auth_handler_ntlm_win.cc b/net/http/http_auth_handler_ntlm_win.cc
|
| index c069f736c3d0896d7fa6e4627536012d8e1028f2..70f8d317bfe3d2f1f68cb12b5d7836e29a8d2608 100644
|
| --- a/net/http/http_auth_handler_ntlm_win.cc
|
| +++ b/net/http/http_auth_handler_ntlm_win.cc
|
| @@ -54,7 +54,7 @@ int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
|
| const GURL& origin,
|
| CreateReason reason,
|
| int digest_nonce_count,
|
| - const BoundNetLog& net_log,
|
| + const NetLogWithSource& net_log,
|
| std::unique_ptr<HttpAuthHandler>* handler) {
|
| if (is_unsupported_ || reason == CREATE_PREEMPTIVE)
|
| return ERR_UNSUPPORTED_AUTH_SCHEME;
|
|
|