| Index: third_party/mojo/src/mojo/edk/system/ipc_support_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/ipc_support_unittest.cc b/third_party/mojo/src/mojo/edk/system/ipc_support_unittest.cc
|
| index 3e4d330d93b60ddf9c51ecd67a4a00f6d47714c5..2df558e6da252f6c423145271a084e142e009806 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/ipc_support_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/ipc_support_unittest.cc
|
| @@ -16,6 +16,7 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/test/test_io_thread.h"
|
| #include "base/test/test_timeouts.h"
|
| +#include "mojo/public/cpp/system/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/master_process_delegate.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h"
|
| @@ -31,7 +32,6 @@
|
| #include "third_party/mojo/src/mojo/edk/system/waiter.h"
|
| #include "third_party/mojo/src/mojo/edk/test/multiprocess_test_helper.h"
|
| #include "third_party/mojo/src/mojo/edk/test/test_utils.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|