| Index: mojo/system/remote_message_pipe_unittest.cc
|
| diff --git a/mojo/edk/system/remote_message_pipe_unittest.cc b/mojo/system/remote_message_pipe_unittest.cc
|
| similarity index 98%
|
| rename from mojo/edk/system/remote_message_pipe_unittest.cc
|
| rename to mojo/system/remote_message_pipe_unittest.cc
|
| index c84a65faef085f3b8797c74dcf8c61cd516b91a1..21acd24a87f1af39c698fb6c0ee04106c32b02e7 100644
|
| --- a/mojo/edk/system/remote_message_pipe_unittest.cc
|
| +++ b/mojo/system/remote_message_pipe_unittest.cc
|
| @@ -20,20 +20,20 @@
|
| #include "base/test/test_io_thread.h"
|
| #include "base/threading/platform_thread.h" // For |Sleep()|.
|
| #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/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/common/test/test_utils.h"
|
| +#include "mojo/embedder/platform_channel_pair.h"
|
| +#include "mojo/embedder/platform_shared_buffer.h"
|
| +#include "mojo/embedder/scoped_platform_handle.h"
|
| +#include "mojo/embedder/simple_platform_support.h"
|
| +#include "mojo/system/channel.h"
|
| +#include "mojo/system/channel_endpoint.h"
|
| +#include "mojo/system/message_pipe.h"
|
| +#include "mojo/system/message_pipe_dispatcher.h"
|
| +#include "mojo/system/platform_handle_dispatcher.h"
|
| +#include "mojo/system/raw_channel.h"
|
| +#include "mojo/system/shared_buffer_dispatcher.h"
|
| +#include "mojo/system/test_utils.h"
|
| +#include "mojo/system/waiter.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
|
|