| Index: third_party/crashpad/crashpad/util/thread/thread_log_messages.h
|
| diff --git a/third_party/crashpad/crashpad/util/thread/thread_log_messages.h b/third_party/crashpad/crashpad/util/thread/thread_log_messages.h
|
| index e8eef358b6df8011409fa7ae592e903102112142..b48a5978f02049bfc62ea34c90c101b52ae784a6 100644
|
| --- a/third_party/crashpad/crashpad/util/thread/thread_log_messages.h
|
| +++ b/third_party/crashpad/crashpad/util/thread/thread_log_messages.h
|
| @@ -27,7 +27,7 @@ namespace crashpad {
|
| //!
|
| //! At most one object of this class type may exist on a single thread at a
|
| //! time. When using this class, no other part of the program may call
|
| -//! `logging::SetLogMessageHandler()` at any time.
|
| +//! `logging::AddLogMessageHandler()` at any time.
|
| class ThreadLogMessages {
|
| public:
|
| ThreadLogMessages();
|
|
|