| Index: net/http/http_response_headers.cc
|
| diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc
|
| index 90766ba9c8fc76a785ee84b4b88176f3ada7ede9..d46726d44559b6cc7be604fd21f1a5e939561e60 100644
|
| --- a/net/http/http_response_headers.cc
|
| +++ b/net/http/http_response_headers.cc
|
| @@ -1323,7 +1323,7 @@ bool HttpResponseHeaders::FromNetLogParam(
|
| http_response_headers->release();
|
|
|
| const base::DictionaryValue* dict;
|
| - base::ListValue* header_list;
|
| + const base::ListValue* header_list;
|
|
|
| if (!event_param ||
|
| !event_param->GetAsDictionary(&dict) ||
|
|
|