diff options
Diffstat (limited to 'net/websockets/websocket_job.cc')
-rw-r--r-- | net/websockets/websocket_job.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/websockets/websocket_job.cc b/net/websockets/websocket_job.cc index 17dc54b..ba79c44 100644 --- a/net/websockets/websocket_job.cc +++ b/net/websockets/websocket_job.cc @@ -134,8 +134,8 @@ void WebSocketJob::Close() { } void WebSocketJob::RestartWithAuth( - const std::wstring& username, - const std::wstring& password) { + const string16& username, + const string16& password) { state_ = CONNECTING; socket_->RestartWithAuth(username, password); } |