Index: components/error_page/renderer/net_error_helper_core.cc |
diff --git a/components/error_page/renderer/net_error_helper_core.cc b/components/error_page/renderer/net_error_helper_core.cc |
index 9a92d742e6c40c2ca0eff58a64c0c39069189026..0c89ec3c29b04beb5059d8d43e37cd4df192d692 100644 |
--- a/components/error_page/renderer/net_error_helper_core.cc |
+++ b/components/error_page/renderer/net_error_helper_core.cc |
@@ -198,7 +198,7 @@ std::string CreateRequestBody( |
request_dict.Set("params", params_dict.release()); |
std::string request_body; |
- bool success = base::JSONWriter::Write(&request_dict, &request_body); |
+ bool success = base::JSONWriter::Write(request_dict, &request_body); |
DCHECK(success); |
return request_body; |
} |