| Index: net/http/http_auth_handler_ntlm.cc
|
| diff --git a/net/http/http_auth_handler_ntlm.cc b/net/http/http_auth_handler_ntlm.cc
|
| index 7a41d5acf3ab939f1e63645bf1b56a5b48b170aa..2411f9fcd1ec1bcc1686afc5503e45d893658894 100644
|
| --- a/net/http/http_auth_handler_ntlm.cc
|
| +++ b/net/http/http_auth_handler_ntlm.cc
|
| @@ -47,7 +47,7 @@ int HttpAuthHandlerNTLM::GenerateAuthTokenImpl(
|
| // GenerateType1Msg, and GenerateType3Msg, and perhaps further.
|
| const void* in_buf;
|
| void* out_buf;
|
| - uint32 in_buf_len, out_buf_len;
|
| + uint32_t in_buf_len, out_buf_len;
|
| std::string decoded_auth_data;
|
|
|
| // The username may be in the form "DOMAIN\user". Parse it into the two
|
|
|