| Index: net/socket_stream/socket_stream_job.cc
|
| diff --git a/net/socket_stream/socket_stream_job.cc b/net/socket_stream/socket_stream_job.cc
|
| index cfbea3e2aa480a298e920e096e960fd97627b880..64386eb5465137fee2a14a765a45fdafec7a051b 100644
|
| --- a/net/socket_stream/socket_stream_job.cc
|
| +++ b/net/socket_stream/socket_stream_job.cc
|
| @@ -62,9 +62,8 @@ void SocketStreamJob::Close() {
|
| socket_->Close();
|
| }
|
|
|
| -void SocketStreamJob::RestartWithAuth(const string16& username,
|
| - const string16& password) {
|
| - socket_->RestartWithAuth(username, password);
|
| +void SocketStreamJob::RestartWithAuth(const AuthCredentials& credentials) {
|
| + socket_->RestartWithAuth(credentials);
|
| }
|
|
|
| void SocketStreamJob::DetachDelegate() {
|
|
|