diff options
Diffstat (limited to 'net/http/http_auth_handler_basic.cc')
-rw-r--r-- | net/http/http_auth_handler_basic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_handler_basic.cc b/net/http/http_auth_handler_basic.cc index a618651..5303ac3 100644 --- a/net/http/http_auth_handler_basic.cc +++ b/net/http/http_auth_handler_basic.cc @@ -89,7 +89,7 @@ int HttpAuthHandlerBasic::GenerateAuthTokenImpl( const string16* username, const string16* password, const HttpRequestInfo*, - CompletionCallback*, + OldCompletionCallback*, std::string* auth_token) { // TODO(eroman): is this the right encoding of username/password? std::string base64_username_password; |