| 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 f705ed9b31234301ba138dfa86c9966f5c79e69d..2c771fff4aa887ee4cf70b1c83413a4db20e604a 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -207,7 +207,8 @@ class HttpStreamFactoryImpl::Job {
|
| SSLConfig proxy_ssl_config_;
|
| const BoundNetLog net_log_;
|
|
|
| - OldCompletionCallbackImpl<Job> io_callback_;
|
| + OldCompletionCallbackImpl<Job> old_io_callback_;
|
| + CompletionCallback io_callback_;
|
| scoped_ptr<ClientSocketHandle> connection_;
|
| HttpNetworkSession* const session_;
|
| HttpStreamFactoryImpl* const stream_factory_;
|
|
|