Index: net/http/http_auth_handler_mock.cc |
=================================================================== |
--- net/http/http_auth_handler_mock.cc (revision 53997) |
+++ net/http/http_auth_handler_mock.cc (working copy) |
@@ -76,8 +76,8 @@ |
return true; |
} |
-int HttpAuthHandlerMock::GenerateAuthTokenImpl(const std::wstring* username, |
- const std::wstring* password, |
+int HttpAuthHandlerMock::GenerateAuthTokenImpl(const string16* username, |
+ const string16* password, |
const HttpRequestInfo* request, |
CompletionCallback* callback, |
std::string* auth_token) { |