| Index: mojo/system/message_in_transit.h
|
| diff --git a/mojo/system/message_in_transit.h b/mojo/system/message_in_transit.h
|
| index 6dfc434652d9a3e8cbf1b720987991e653601222..903a5be2e6d9f429eabeb2989c0822b474a4e52e 100644
|
| --- a/mojo/system/message_in_transit.h
|
| +++ b/mojo/system/message_in_transit.h
|
| @@ -24,7 +24,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessageInTransit {
|
| // Messages that are forwarded to |MessagePipe|s.
|
| static const Type kTypeMessagePipe = 1;
|
| // Messages that are consumed by the channel.
|
| - static const Type TYPE_CHANNEL = 2;
|
| + static const Type kTypeChannel = 2;
|
|
|
| typedef uint16_t Subtype;
|
| // Subtypes for type |kTypeMessagePipeEndpoint|:
|
|
|