Chromium Code Reviews| Index: client/simulate_crash.h |
| diff --git a/client/simulate_crash.h b/client/simulate_crash.h |
| index aa4625e2f2820198c8bbc0f1e41b5f4b9e9328ae..299fe97cf55be6c32cd3829af31bf7f90f38ff96 100644 |
| --- a/client/simulate_crash.h |
| +++ b/client/simulate_crash.h |
| @@ -19,6 +19,8 @@ |
| #if defined(OS_MACOSX) |
| #include "client/simulate_crash_mac.h" |
| +#elif defined(OS_WIN) |
| +#include "client/simulate_crash_win.h" |
| #endif |
| #endif // CRASHPAD_CLIENT_SIMULATE_CRASH_H_ |