Index: util/mach/exc_client_variants_test.cc |
diff --git a/util/mach/exc_client_variants_test.cc b/util/mach/exc_client_variants_test.cc |
index 58bc713a97d3e7aec956dc19195ef67473afb7b7..a42c00a3fa6264ee47d2d47ee908386920c10186 100644 |
--- a/util/mach/exc_client_variants_test.cc |
+++ b/util/mach/exc_client_variants_test.cc |
@@ -24,6 +24,8 @@ |
#include "util/mach/exc_server_variants.h" |
#include "util/mach/exception_behaviors.h" |
#include "util/mach/mach_extensions.h" |
+#include "util/mach/mach_message.h" |
+#include "util/mach/mach_message_server.h" |
#include "util/test/mac/mach_errors.h" |
#include "util/test/mac/mach_multiprocess.h" |
@@ -141,9 +143,8 @@ class TestExcClientVariants : public MachMultiprocess, |
LocalPort(), |
MACH_MSG_OPTION_NONE, |
MachMessageServer::kOneShot, |
- MachMessageServer::kBlocking, |
MachMessageServer::kReceiveLargeError, |
- 0); |
+ kMachMessageTimeoutWaitIndefinitely); |
EXPECT_EQ(KERN_SUCCESS, kr) |
<< MachErrorMessage(kr, "MachMessageServer::Run"); |