Chromium Code Reviews| Index: net/websockets/websocket_job_unittest.cc |
| =================================================================== |
| --- net/websockets/websocket_job_unittest.cc (revision 53997) |
| +++ net/websockets/websocket_job_unittest.cc (working copy) |
| @@ -35,7 +35,7 @@ |
| 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; |
| } |