summaryrefslogtreecommitdiffstats
path: root/net/http/http_response_headers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_response_headers.cc')
-rw-r--r--net/http/http_response_headers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc
index 90766ba..d46726d 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) ||