| Index: net/http/http_auth_handler.cc
|
| ===================================================================
|
| --- net/http/http_auth_handler.cc (revision 53997)
|
| +++ net/http/http_auth_handler.cc (working copy)
|
| @@ -76,8 +76,8 @@
|
|
|
| } // namespace
|
|
|
| -int HttpAuthHandler::GenerateAuthToken(const std::wstring* username,
|
| - const std::wstring* password,
|
| +int HttpAuthHandler::GenerateAuthToken(const string16* username,
|
| + const string16* password,
|
| const HttpRequestInfo* request,
|
| CompletionCallback* callback,
|
| std::string* auth_token) {
|
|
|