Index: net/http/http_stream_factory_impl_job.h |
diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h |
index c1c4140aa054b8aa0d3fa914b031982e652670db..9b38dc44073f0534ba5a57c656a72a4381719fe0 100644 |
--- a/net/http/http_stream_factory_impl_job.h |
+++ b/net/http/http_stream_factory_impl_job.h |
@@ -50,8 +50,7 @@ class HttpStreamFactoryImpl::Job { |
// appropriate ClientSocketPool. |
int Preconnect(int num_streams); |
- int RestartTunnelWithProxyAuth(const string16& username, |
- const string16& password); |
+ int RestartTunnelWithProxyAuth(const AuthCredentials& credentials); |
LoadState GetLoadState() const; |
// Marks this Job as the "alternate" job, from Alternate-Protocol. Tracks the |