| Index: minidump/minidump_exception_writer.h
|
| diff --git a/minidump/minidump_exception_writer.h b/minidump/minidump_exception_writer.h
|
| index 1578ad585b5ae23a58a9fd45076a6f5f1bc3fe43..a094a4714f0c7653b0d67fbe82136d0789bbed5a 100644
|
| --- a/minidump/minidump_exception_writer.h
|
| +++ b/minidump/minidump_exception_writer.h
|
| @@ -49,7 +49,7 @@ class MinidumpExceptionWriter final : public internal::MinidumpStreamWriter {
|
| //! this method, and it is not normally necessary to call any mutator
|
| //! methods after this method.
|
| void InitializeFromSnapshot(const ExceptionSnapshot* exception_snapshot,
|
| - const MinidumpThreadIDMap* thread_id_map);
|
| + const MinidumpThreadIDMap& thread_id_map);
|
|
|
| //! \brief Arranges for MINIDUMP_EXCEPTION_STREAM::ThreadContext to point to
|
| //! the CPU context to be written by \a context.
|
|
|