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

Unified Diff: mojo/system/embedder_unittest.cc

Issue 137063010: Mojo: Move platform handle/channel stuff in system to embedder namespace. (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/embedder.cc ('k') | mojo/system/multiprocess_message_pipe_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/embedder_unittest.cc
diff --git a/mojo/system/embedder_unittest.cc b/mojo/system/embedder_unittest.cc
index ddd889fce4f87820e8010fc35b9e664f20b04cff..3f876eb7ca4157a12c89e86560aca57f2d8c6616 100644
--- a/mojo/system/embedder_unittest.cc
+++ b/mojo/system/embedder_unittest.cc
@@ -34,9 +34,9 @@ TEST_F(EmbedderTest, ChannelsBasic) {
// TODO(vtl): |PlatformChannelPair| not implemented on Windows yet.
#if !defined(OS_WIN)
- system::PlatformChannelPair channel_pair;
- system::ScopedPlatformHandle server_handle = channel_pair.PassServerHandle();
- system::ScopedPlatformHandle client_handle = channel_pair.PassClientHandle();
+ PlatformChannelPair channel_pair;
+ ScopedPlatformHandle server_handle = channel_pair.PassServerHandle();
+ ScopedPlatformHandle client_handle = channel_pair.PassClientHandle();
ChannelInfo* server_channel_info = NULL;
MojoHandle server_mp = CreateChannel(server_handle.Pass(),
« no previous file with comments | « mojo/system/embedder.cc ('k') | mojo/system/multiprocess_message_pipe_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698