| Index: util/mach/mach_message_server_test.cc
|
| diff --git a/util/mach/mach_message_server_test.cc b/util/mach/mach_message_server_test.cc
|
| index a3a2a364822f833984a5f925d8bae377e59336af..952fa4bfadcf605688dbd9a67474e4376f628770 100644
|
| --- a/util/mach/mach_message_server_test.cc
|
| +++ b/util/mach/mach_message_server_test.cc
|
| @@ -22,11 +22,11 @@
|
| #include "base/basictypes.h"
|
| #include "base/mac/scoped_mach_port.h"
|
| #include "gtest/gtest.h"
|
| +#include "test/mac/mach_errors.h"
|
| +#include "test/mac/mach_multiprocess.h"
|
| #include "util/file/file_io.h"
|
| #include "util/mach/mach_extensions.h"
|
| #include "util/mach/mach_message.h"
|
| -#include "util/test/mac/mach_errors.h"
|
| -#include "util/test/mac/mach_multiprocess.h"
|
|
|
| namespace crashpad {
|
| namespace test {
|
|
|