| Index: net/http/http_auth_handler_basic.cc
|
| diff --git a/net/http/http_auth_handler_basic.cc b/net/http/http_auth_handler_basic.cc
|
| index 276c128b1258a8694e6c66deca868c93de188292..f756f05fbc3424393ae8e20bd6aebc16c840f03a 100644
|
| --- a/net/http/http_auth_handler_basic.cc
|
| +++ b/net/http/http_auth_handler_basic.cc
|
| @@ -114,7 +114,7 @@ int HttpAuthHandlerBasic::Factory::CreateAuthHandler(
|
| const GURL& origin,
|
| CreateReason reason,
|
| int digest_nonce_count,
|
| - const BoundNetLog& net_log,
|
| + const NetLogWithSource& net_log,
|
| std::unique_ptr<HttpAuthHandler>* handler) {
|
| // TODO(cbentzel): Move towards model of parsing in the factory
|
| // method and only constructing when valid.
|
|
|