Chromium Code Reviews| Index: net/http/http_network_transaction.cc |
| =================================================================== |
| --- net/http/http_network_transaction.cc (revision 227981) |
| +++ net/http/http_network_transaction.cc (working copy) |
| @@ -159,7 +159,7 @@ |
| } else { |
| // Otherwise, we try to drain the response body. |
| HttpStreamBase* stream = stream_.release(); |
| - stream->Drain(session_.get()); |
| + stream->Drain(session_); |
| } |
| } |
| } |