| Index: trunk/src/net/http/http_auth_handler_ntlm_portable.cc
|
| ===================================================================
|
| --- trunk/src/net/http/http_auth_handler_ntlm_portable.cc (revision 289319)
|
| +++ trunk/src/net/http/http_auth_handler_ntlm_portable.cc (working copy)
|
| @@ -261,7 +261,7 @@
|
| // Convert password to OEM character set. We'll just use the native
|
| // filesystem charset.
|
| std::string passbuf = base::SysWideToNativeMB(base::UTF16ToWide(password));
|
| - base::StringToUpperASCII(&passbuf);
|
| + StringToUpperASCII(&passbuf);
|
| passbuf.resize(14, '\0');
|
|
|
| uint8 k1[8], k2[8];
|
|
|