| Index: mojo/edk/system/message_in_transit.h
|
| diff --git a/mojo/edk/system/message_in_transit.h b/mojo/edk/system/message_in_transit.h
|
| index 0f92b0550d58e6a47de415664db7f45f50d73bc0..023362ac95e3a08e8ec09854103feace2b569fbb 100644
|
| --- a/mojo/edk/system/message_in_transit.h
|
| +++ b/mojo/edk/system/message_in_transit.h
|
| @@ -56,8 +56,8 @@ class MOJO_SYSTEM_IMPL_EXPORT MessageInTransit {
|
| static const Subtype kSubtypeEndpointData = 0;
|
| // Subtypes for type |kTypeChannel|:
|
| static const Subtype kSubtypeChannelAttachAndRunEndpoint = 0;
|
| - static const Subtype kSubtypeChannelRemoveMessagePipeEndpoint = 1;
|
| - static const Subtype kSubtypeChannelRemoveMessagePipeEndpointAck = 2;
|
| + static const Subtype kSubtypeChannelRemoveEndpoint = 1;
|
| + static const Subtype kSubtypeChannelRemoveEndpointAck = 2;
|
|
|
| // Subtypes for type |kTypeRawChannel|:
|
| static const Subtype kSubtypeRawChannelPosixExtraPlatformHandles = 0;
|
|
|