| Index: net/http/http_auth_handler_ntlm.h
|
| diff --git a/net/http/http_auth_handler_ntlm.h b/net/http/http_auth_handler_ntlm.h
|
| index 9e2abc6254abe464a20c5295fcacc20a7511985e..099bea786ce617c95179281c36de3572caae45a1 100644
|
| --- a/net/http/http_auth_handler_ntlm.h
|
| +++ b/net/http/http_auth_handler_ntlm.h
|
| @@ -100,7 +100,8 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
|
| HttpAuthHandlerNTLM();
|
| #endif
|
| #if defined(NTLM_SSPI)
|
| - HttpAuthHandlerNTLM(SSPILibrary* sspi_library, ULONG max_token_length,
|
| + HttpAuthHandlerNTLM(SSPILibrary* sspi_library,
|
| + ULONG max_token_length,
|
| URLSecurityManager* url_security_manager);
|
| #endif
|
|
|
| @@ -134,8 +135,8 @@ class NET_EXPORT_PRIVATE HttpAuthHandlerNTLM : public HttpAuthHandler {
|
| #endif
|
|
|
| // Parse the challenge, saving the results into this instance.
|
| - HttpAuth::AuthorizationResult ParseChallenge(
|
| - HttpAuthChallengeTokenizer* tok, bool initial_challenge);
|
| + HttpAuth::AuthorizationResult ParseChallenge(HttpAuthChallengeTokenizer* tok,
|
| + bool initial_challenge);
|
|
|
| // Given an input token received from the server, generate the next output
|
| // token to be sent to the server.
|
|
|