| Index: net/http/http_auth_handler_ntlm.h
|
| ===================================================================
|
| --- net/http/http_auth_handler_ntlm.h (revision 53997)
|
| +++ net/http/http_auth_handler_ntlm.h (working copy)
|
| @@ -117,8 +117,8 @@
|
| return ParseChallenge(tok);
|
| }
|
|
|
| - virtual int GenerateAuthTokenImpl(const std::wstring* username,
|
| - const std::wstring* password,
|
| + virtual int GenerateAuthTokenImpl(const string16* username,
|
| + const string16* password,
|
| const HttpRequestInfo* request,
|
| CompletionCallback* callback,
|
| std::string* auth_token);
|
|
|