| Index: net/http/http_auth_sspi_win.cc | 
| diff --git a/net/http/http_auth_sspi_win.cc b/net/http/http_auth_sspi_win.cc | 
| index 56b1c8c026315d5b51e34c18ac2e9af0a5ddbd48..52593980cb70de89df7819c7ba17635581829ce9 100644 | 
| --- a/net/http/http_auth_sspi_win.cc | 
| +++ b/net/http/http_auth_sspi_win.cc | 
| @@ -312,7 +312,8 @@ HttpAuth::AuthorizationResult HttpAuthSSPI::ParseChallenge( | 
|  | 
| int HttpAuthSSPI::GenerateAuthToken(const AuthCredentials* credentials, | 
| const std::string& spn, | 
| -                                    std::string* auth_token) { | 
| +                                    std::string* auth_token, | 
| +                                    const CompletionCallback& /*callback*/) { | 
| // Initial challenge. | 
| if (!SecIsValidHandle(&cred_)) { | 
| int rv = OnFirstRound(credentials); | 
|  |