| Index: mojo/system/remote_message_pipe_posix_unittest.cc
|
| diff --git a/mojo/system/remote_message_pipe_posix_unittest.cc b/mojo/system/remote_message_pipe_posix_unittest.cc
|
| index cc0dcdfe4de65e5ee3fd13d56e1e1d6fac5b3ab7..1493f0ef41642fa369e930651472b987e0332157 100644
|
| --- a/mojo/system/remote_message_pipe_posix_unittest.cc
|
| +++ b/mojo/system/remote_message_pipe_posix_unittest.cc
|
| @@ -15,11 +15,11 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/threading/thread.h"
|
| #include "mojo/system/channel.h"
|
| +#include "mojo/system/embedder/platform_channel_pair.h"
|
| +#include "mojo/system/embedder/scoped_platform_handle.h"
|
| #include "mojo/system/local_message_pipe_endpoint.h"
|
| #include "mojo/system/message_pipe.h"
|
| -#include "mojo/system/platform_channel_pair.h"
|
| #include "mojo/system/proxy_message_pipe_endpoint.h"
|
| -#include "mojo/system/scoped_platform_handle.h"
|
| #include "mojo/system/test_utils.h"
|
| #include "mojo/system/waiter.h"
|
|
|
|
|