| Index: net/http/http_response_headers.cc
|
| diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc
|
| index 08eceab71280be2d300b436984f28ee90169b8c6..cb985f5ccaa45b043d4f44ff19af098024aa22d1 100644
|
| --- a/net/http/http_response_headers.cc
|
| +++ b/net/http/http_response_headers.cc
|
| @@ -1305,7 +1305,7 @@ bool HttpResponseHeaders::FromNetLogParam(
|
| it != header_list->end();
|
| ++it) {
|
| std::string header_line;
|
| - if (!(*it)->GetAsString(&header_line))
|
| + if (!it->GetAsString(&header_line))
|
| return false;
|
|
|
| raw_headers.append(header_line);
|
|
|