summaryrefslogtreecommitdiffstats
path: root/net/websockets/websocket_job_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/websockets/websocket_job_unittest.cc')
-rw-r--r--net/websockets/websocket_job_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/websockets/websocket_job_unittest.cc b/net/websockets/websocket_job_unittest.cc
index f33b42c..0136759 100644
--- a/net/websockets/websocket_job_unittest.cc
+++ b/net/websockets/websocket_job_unittest.cc
@@ -35,7 +35,7 @@ class MockSocketStream : public SocketStream {
virtual void Close() {}
virtual void RestartWithAuth(
- const std::wstring& username, const std::wstring& password) {}
+ const string16& username, const string16& password) {}
virtual void DetachDelegate() {
delegate_ = NULL;
}