Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(251)

Unified Diff: mojo/system/remote_message_pipe_posix_unittest.cc

Issue 139823003: Mojo: Move system embedder API files to mojo/system/embedder. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/system/raw_channel_posix_unittest.cc ('k') | mojo/system/scoped_platform_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « mojo/system/raw_channel_posix_unittest.cc ('k') | mojo/system/scoped_platform_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698