| Index: net/socket_stream/socket_stream.cc
|
| ===================================================================
|
| --- net/socket_stream/socket_stream.cc (revision 53997)
|
| +++ net/socket_stream/socket_stream.cc (working copy)
|
| @@ -196,7 +196,7 @@
|
| }
|
|
|
| void SocketStream::RestartWithAuth(
|
| - const std::wstring& username, const std::wstring& password) {
|
| + const string16& username, const string16& password) {
|
| DCHECK(MessageLoop::current()) <<
|
| "The current MessageLoop must exist";
|
| DCHECK_EQ(MessageLoop::TYPE_IO, MessageLoop::current()->type()) <<
|
|
|