| Index: third_party/crashpad/crashpad/util/net/http_transport.h
|
| diff --git a/third_party/crashpad/crashpad/util/net/http_transport.h b/third_party/crashpad/crashpad/util/net/http_transport.h
|
| index cd31facf0d56e1aabfa53a2288a7881103403570..f9948aa2e57c8cc7f76798939c15cdff66cdd5a2 100644
|
| --- a/third_party/crashpad/crashpad/util/net/http_transport.h
|
| +++ b/third_party/crashpad/crashpad/util/net/http_transport.h
|
| @@ -74,9 +74,9 @@ class HTTPTransport {
|
| //! \brief Performs the HTTP request with the configured parameters and waits
|
| //! for the execution to complete.
|
| //!
|
| - //! \param[out] response On success, this will be set to the HTTP response
|
| - //! body. This parameter is optional and may be set to `nullptr` if the
|
| - //! response body is not required.
|
| + //! \param[out] response_body On success, this will be set to the HTTP
|
| + //! response body. This parameter is optional and may be set to `nullptr`
|
| + //! if the response body is not required.
|
| //!
|
| //! \return Whether or not the request was successful, defined as returning
|
| //! a HTTP status 200 (OK) code.
|
|
|