| Index: net/http/http_response_headers.cc
|
| diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc
|
| index d0b2fc18ced38245b5b8397e33a3fe22f4cee804..a0d3fa7b72eadca40ea55a41db38fd0a22b07692 100644
|
| --- a/net/http/http_response_headers.cc
|
| +++ b/net/http/http_response_headers.cc
|
| @@ -1335,7 +1335,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);
|
|
|