| Index: net/http/http_response_info.cc
|
| diff --git a/net/http/http_response_info.cc b/net/http/http_response_info.cc
|
| index ad6ef878728a868327627176de35a644dc90bbb9..536d42b9b468f0eb01dbcc8df7fc15b7ec6e4f57 100644
|
| --- a/net/http/http_response_info.cc
|
| +++ b/net/http/http_response_info.cc
|
| @@ -3,12 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include "net/http/http_response_info.h"
|
| -
|
| #include "net/http/http_response_headers.h"
|
|
|
| namespace net {
|
|
|
| -HttpResponseInfo::HttpResponseInfo() {
|
| +HttpResponseInfo::HttpResponseInfo()
|
| + : response_data_file(base::kInvalidPlatformFileValue) {
|
| }
|
|
|
| HttpResponseInfo::~HttpResponseInfo() {
|
|
|