| Index: mojo/edk/system/handle_table.h
|
| diff --git a/mojo/edk/system/handle_table.h b/mojo/edk/system/handle_table.h
|
| index 4cde64282a4d5b5b16502d00ad5a288952cfaf83..19b3aa51b9e6ac820f9ca952efa98c10376cd233 100644
|
| --- a/mojo/edk/system/handle_table.h
|
| +++ b/mojo/edk/system/handle_table.h
|
| @@ -22,7 +22,7 @@ namespace system {
|
|
|
| class Core;
|
| class Dispatcher;
|
| -class DispatcherTransport;
|
| +class HandleTransport;
|
|
|
| using DispatcherVector = std::vector<util::RefPtr<Dispatcher>>;
|
|
|
| @@ -91,7 +91,7 @@ class HandleTable {
|
| MojoHandle disallowed_handle,
|
| const MojoHandle* handle_values,
|
| uint32_t num_handles,
|
| - std::vector<DispatcherTransport>* transports);
|
| + std::vector<HandleTransport>* transports);
|
|
|
| // Remove the given handle values, which must all be present and which should
|
| // have previously been marked busy by |MarkBusyAndStartTransport()|.
|
|
|