| Index: third_party/mojo/src/mojo/edk/system/raw_channel_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/raw_channel_unittest.cc b/third_party/mojo/src/mojo/edk/system/raw_channel_unittest.cc
|
| index 831d3848d919039099f05bb5b5732d83fafdb5ad..a416fea1f255839e7d81619f7cd4e85e72f7dfaf 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/raw_channel_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/raw_channel_unittest.cc
|
| @@ -23,7 +23,6 @@
|
| #include "base/test/test_io_thread.h"
|
| #include "base/threading/simple_thread.h"
|
| #include "build/build_config.h" // TODO(vtl): Remove this.
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/platform_channel_pair.h"
|
| #include "third_party/mojo/src/mojo/edk/embedder/platform_handle.h"
|
| @@ -33,6 +32,7 @@
|
| #include "third_party/mojo/src/mojo/edk/system/test_utils.h"
|
| #include "third_party/mojo/src/mojo/edk/system/transport_data.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 {
|
|
|