| Index: net/http/http_stream_factory_impl_job.cc
|
| diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
|
| index edf83f6226710d42eca5ea99d37b7317125abc76..66c3135be15d9616d416bb53f086b2d8112e2d0b 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -142,7 +142,7 @@ int HttpStreamFactoryImpl::Job::Preconnect(int num_streams) {
|
| }
|
|
|
| int HttpStreamFactoryImpl::Job::RestartTunnelWithProxyAuth(
|
| - const string16& username, const string16& password) {
|
| + const AuthCredentials& credentials) {
|
| DCHECK(establishing_tunnel_);
|
| next_state_ = STATE_RESTART_TUNNEL_AUTH;
|
| stream_.reset();
|
|
|