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

Unified Diff: mojo/edk/system/ipc_support_unittest.cc

Issue 1947733002: EDK: Rename DispatcherTransport to HandleTransport. (Closed) Base URL: https://github.com/domokit/mojo.git@work790_edk_handle_11-x-work788_edk_handle_10
Patch Set: Created 4 years, 8 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/edk/system/handle_transport.cc ('k') | mojo/edk/system/message_pipe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/ipc_support_unittest.cc
diff --git a/mojo/edk/system/ipc_support_unittest.cc b/mojo/edk/system/ipc_support_unittest.cc
index 986b4db0eb82b79eeb28915ad3693e8b444dc62f..95d57d5cc93198f4b6ba2ba8dbb8fa2aeb266795 100644
--- a/mojo/edk/system/ipc_support_unittest.cc
+++ b/mojo/edk/system/ipc_support_unittest.cc
@@ -99,10 +99,9 @@ RefPtr<MessagePipeDispatcher> SendMessagePipeDispatcher(
MOJO_RESULT_OK);
// Write a message with just |mp_handle_to_send| through the write end.
- DispatcherTransport transport(
- test::HandleTryStartTransport(mp_handle_to_send));
+ HandleTransport transport(test::HandleTryStartTransport(mp_handle_to_send));
CHECK(transport.is_valid());
- std::vector<DispatcherTransport> transports;
+ std::vector<HandleTransport> transports;
transports.push_back(transport);
CHECK_EQ(write_mp->WriteMessage(NullUserPointer(), 0, &transports,
MOJO_WRITE_MESSAGE_FLAG_NONE),
« no previous file with comments | « mojo/edk/system/handle_transport.cc ('k') | mojo/edk/system/message_pipe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698