| Index: third_party/crashpad/crashpad/snapshot/win/process_reader_win_test.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/process_reader_win_test.cc b/third_party/crashpad/crashpad/snapshot/win/process_reader_win_test.cc
|
| index 2c4660e2edcfcaff8f166bb2cd001c5bd7f1f9a8..d1609e8f4bd8ffae7b69b4649044d67c46f07dfa 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/process_reader_win_test.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/process_reader_win_test.cc
|
| @@ -14,9 +14,11 @@
|
|
|
| #include "snapshot/win/process_reader_win.h"
|
|
|
| -#include <string.h>
|
| #include <windows.h>
|
| +#include <string.h>
|
|
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
| #include "gtest/gtest.h"
|
| #include "test/win/win_multiprocess.h"
|
| #include "util/synchronization/semaphore.h"
|
|
|