Chromium Code Reviews| Index: net/websockets/websocket_job.cc |
| =================================================================== |
| --- net/websockets/websocket_job.cc (revision 53997) |
| +++ net/websockets/websocket_job.cc (working copy) |
| @@ -134,8 +134,8 @@ |
| } |
| void WebSocketJob::RestartWithAuth( |
| - const std::wstring& username, |
| - const std::wstring& password) { |
| + const string16& username, |
| + const string16& password) { |
| state_ = CONNECTING; |
| socket_->RestartWithAuth(username, password); |
| } |