| Index: third_party/crashpad/crashpad/util/thread/thread_log_messages_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/thread/thread_log_messages_test.cc b/third_party/crashpad/crashpad/util/thread/thread_log_messages_test.cc
|
| index e25908265be6e1829ab9b2157a33c1b3127d99f7..3f32f331799394acff57941cee0944158590585f 100644
|
| --- a/third_party/crashpad/crashpad/util/thread/thread_log_messages_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/thread/thread_log_messages_test.cc
|
| @@ -14,9 +14,11 @@
|
|
|
| #include "util/thread/thread_log_messages.h"
|
|
|
| +#include <stddef.h>
|
| #include <string.h>
|
|
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "gtest/gtest.h"
|
| #include "util/thread/thread.h"
|
|
|