| Index: third_party/crashpad/crashpad/snapshot/test/test_process_snapshot.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/test/test_process_snapshot.h b/third_party/crashpad/crashpad/snapshot/test/test_process_snapshot.h
|
| index 633d9b9b057d91e87ae8425613afc0c07a580463..7dd312475c490d0b3c08723a07567c0eb82b90c0 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/test/test_process_snapshot.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/test/test_process_snapshot.h
|
| @@ -121,7 +121,7 @@ class TestProcessSnapshot final : public ProcessSnapshot {
|
|
|
| //! \brief Adds a handle snapshot to be returned by Handles().
|
| //!
|
| - //! \param[in] region The handle snapshot that will be included in Handles().
|
| + //! \param[in] handle The handle snapshot that will be included in Handles().
|
| void AddHandle(const HandleSnapshot& handle) {
|
| handles_.push_back(handle);
|
| }
|
|
|