Index: net/socket/socket_test_util.cc |
=================================================================== |
--- net/socket/socket_test_util.cc (revision 53997) |
+++ net/socket/socket_test_util.cc (working copy) |
@@ -920,8 +920,8 @@ |
return OK; |
} |
-void MockHttpAuthController::ResetAuth(const std::wstring& username, |
- const std::wstring& password) { |
+void MockHttpAuthController::ResetAuth(const string16& username, |
+ const string16& password) { |
data_index_++; |
} |