| 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 2d292bf965e8d5b427b89b08590508daaebf5a8d..6796a854b1236e0a12a5b14730d9fa7348814652 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
|
| @@ -15,7 +15,6 @@
|
| #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,6 +30,7 @@
|
| #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 {
|
|
|