| Index: net/http/http_network_transaction.cc
|
| diff --git a/net/http/http_network_transaction.cc b/net/http/http_network_transaction.cc
|
| index 8ee9069c5574f0340a9cb3a6b0dd375ece30ded6..1898c18109455515b72d16545e5c1f6da2956fab 100644
|
| --- a/net/http/http_network_transaction.cc
|
| +++ b/net/http/http_network_transaction.cc
|
| @@ -1067,7 +1067,7 @@ int HttpNetworkTransaction::DoReadHeadersComplete(int result) {
|
| *request_,
|
| request_headers_,
|
| proxy_info_.proxy_server(),
|
| - *response_.headers);
|
| + *response_.headers.get());
|
| }
|
| return OK;
|
| }
|
|
|