| Index: third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.h
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.h b/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.h
|
| index 868b076cfc568071f617f59488fd6a7c47510ca6..85f3bed32e6afeec015d07cfb512dc4b7acb9ac3 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.h
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.h
|
| @@ -41,8 +41,8 @@ class PEImageAnnotationsReader {
|
| //! \brief Constructs the object.
|
| //!
|
| //! \param[in] process_reader The reader for the remote process.
|
| - //! \param[in] image_reader The PEImageReader for the PE image file contained
|
| - //! within the remote process.
|
| + //! \param[in] pe_image_reader The PEImageReader for the PE image file
|
| + //! contained within the remote process.
|
| //! \param[in] name The module's name, a string to be used in logged messages.
|
| //! This string is for diagnostic purposes only, and may be empty.
|
| PEImageAnnotationsReader(ProcessReaderWin* process_reader,
|
|
|