| 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 df24d0e89656c4df8b2a25f5e5430fdc414f91e2..52396cc6b6c55939469851cd8f3099b0dd70ef5c 100644
|
| --- a/net/http/http_auth_handler_basic.cc
|
| +++ b/net/http/http_auth_handler_basic.cc
|
| @@ -86,10 +86,8 @@ HttpAuth::AuthorizationResult HttpAuthHandlerBasic::HandleAnotherChallenge(
|
| }
|
|
|
| int HttpAuthHandlerBasic::GenerateAuthTokenImpl(
|
| - const AuthCredentials* credentials,
|
| - const HttpRequestInfo*,
|
| - OldCompletionCallback*,
|
| - std::string* auth_token) {
|
| + const AuthCredentials* credentials, const HttpRequestInfo*,
|
| + const CompletionCallback&, std::string* auth_token) {
|
| DCHECK(credentials);
|
| // TODO(eroman): is this the right encoding of username/password?
|
| std::string base64_username_password;
|
|
|