| Index: net/http/http_auth_handler_ntlm_portable.cc
|
| diff --git a/net/http/http_auth_handler_ntlm_portable.cc b/net/http/http_auth_handler_ntlm_portable.cc
|
| index 5c4e0100fe0bf8bcd78c9714ae851fed2d764034..487e89cc8ee1ea6d1810f81d26cb731b44b7a42e 100644
|
| --- a/net/http/http_auth_handler_ntlm_portable.cc
|
| +++ b/net/http/http_auth_handler_ntlm_portable.cc
|
| @@ -718,7 +718,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 (reason == CREATE_PREEMPTIVE)
|
| return ERR_UNSUPPORTED_AUTH_SCHEME;
|
|
|