summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/socket_test_util.cc')
-rw-r--r--net/socket/socket_test_util.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/socket_test_util.cc b/net/socket/socket_test_util.cc
index 0d75516..8ff6ace 100644
--- a/net/socket/socket_test_util.cc
+++ b/net/socket/socket_test_util.cc
@@ -920,8 +920,8 @@ int MockHttpAuthController::HandleAuthChallenge(
return OK;
}
-void MockHttpAuthController::ResetAuth(const std::wstring& username,
- const std::wstring& password) {
+void MockHttpAuthController::ResetAuth(const string16& username,
+ const string16& password) {
data_index_++;
}