Index: net/http/http_response_headers.cc |
diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc |
index 7e6b076742c652c97d813f42b252434ab53a346c..355f0b0e8610dc3786d8fbae5dd188774e1faa4e 100644 |
--- a/net/http/http_response_headers.cc |
+++ b/net/http/http_response_headers.cc |
@@ -1295,8 +1295,8 @@ bool HttpResponseHeaders::FromNetLogParam( |
scoped_refptr<HttpResponseHeaders>* http_response_headers) { |
*http_response_headers = NULL; |
- const base::DictionaryValue* dict; |
- const base::ListValue* header_list; |
+ const base::DictionaryValue* dict = NULL; |
+ const base::ListValue* header_list = NULL; |
if (!event_param || |
!event_param->GetAsDictionary(&dict) || |