| Index: third_party/mojo/src/mojo/edk/system/remote_message_pipe_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/remote_message_pipe_unittest.cc b/third_party/mojo/src/mojo/edk/system/remote_message_pipe_unittest.cc
|
| index b222895469b30758e77c0b9d0b1e0c0c9c6c025f..12684b0f6611e467ae9201fa2f7f3a6b34dc1c0b 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/remote_message_pipe_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/remote_message_pipe_unittest.cc
|
| @@ -18,24 +18,24 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/test/test_io_thread.h"
|
| #include "build/build_config.h" // TODO(vtl): Remove this.
|
| -#include "mojo/edk/embedder/platform_channel_pair.h"
|
| -#include "mojo/edk/embedder/platform_shared_buffer.h"
|
| -#include "mojo/edk/embedder/scoped_platform_handle.h"
|
| -#include "mojo/edk/embedder/simple_platform_support.h"
|
| -#include "mojo/edk/system/channel.h"
|
| -#include "mojo/edk/system/channel_endpoint.h"
|
| -#include "mojo/edk/system/channel_endpoint_id.h"
|
| -#include "mojo/edk/system/incoming_endpoint.h"
|
| -#include "mojo/edk/system/message_pipe.h"
|
| -#include "mojo/edk/system/message_pipe_dispatcher.h"
|
| -#include "mojo/edk/system/platform_handle_dispatcher.h"
|
| -#include "mojo/edk/system/raw_channel.h"
|
| -#include "mojo/edk/system/shared_buffer_dispatcher.h"
|
| -#include "mojo/edk/system/test_utils.h"
|
| -#include "mojo/edk/system/waiter.h"
|
| -#include "mojo/edk/test/test_utils.h"
|
| #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_shared_buffer.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/scoped_platform_handle.h"
|
| +#include "third_party/mojo/src/mojo/edk/embedder/simple_platform_support.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel_endpoint.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/channel_endpoint_id.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/incoming_endpoint.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_pipe.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/message_pipe_dispatcher.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/platform_handle_dispatcher.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/raw_channel.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/shared_buffer_dispatcher.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/test_utils.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/waiter.h"
|
| +#include "third_party/mojo/src/mojo/edk/test/test_utils.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|