Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.h

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)
Patch Set: fix readme Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698