| Index: net/http/http_request_headers.cc
|
| diff --git a/net/http/http_request_headers.cc b/net/http/http_request_headers.cc
|
| index 18e6def6bb2bbfd2af722b6e53da3aad4d2c6655..3d97a3e9ace26a188a64f6e701d2e47671ad5694 100644
|
| --- a/net/http/http_request_headers.cc
|
| +++ b/net/http/http_request_headers.cc
|
| @@ -227,7 +227,7 @@ bool HttpRequestHeaders::FromNetLogParam(const base::Value* event_param,
|
| it != header_list->end();
|
| ++it) {
|
| std::string header_line;
|
| - if (!(*it)->GetAsString(&header_line)) {
|
| + if (!it->GetAsString(&header_line)) {
|
| headers->Clear();
|
| *request_line = "";
|
| return false;
|
|
|