| Index: trunk/src/net/http/http_auth_handler_ntlm.cc
|
| ===================================================================
|
| --- trunk/src/net/http/http_auth_handler_ntlm.cc (revision 289319)
|
| +++ trunk/src/net/http/http_auth_handler_ntlm.cc (working copy)
|
| @@ -114,7 +114,7 @@
|
| auth_data_.clear();
|
|
|
| // Verify the challenge's auth-scheme.
|
| - if (!base::LowerCaseEqualsASCII(tok->scheme(), "ntlm"))
|
| + if (!LowerCaseEqualsASCII(tok->scheme(), "ntlm"))
|
| return HttpAuth::AUTHORIZATION_RESULT_INVALID;
|
|
|
| std::string base64_param = tok->base64_param();
|
|
|