| Index: mojo/edk/system/channel_endpoint_id.cc
|
| diff --git a/mojo/edk/system/channel_endpoint_id.cc b/mojo/edk/system/channel_endpoint_id.cc
|
| index 9a13837fd04b8c4b58efdaad3aa94c27c496db43..aa89a9fd7cfd3643b1c9dfce049e20a11463ee0b 100644
|
| --- a/mojo/edk/system/channel_endpoint_id.cc
|
| +++ b/mojo/edk/system/channel_endpoint_id.cc
|
| @@ -7,8 +7,7 @@
|
| namespace mojo {
|
| namespace system {
|
|
|
| -MOJO_STATIC_CONST_MEMBER_DEFINITION const uint32_t
|
| - ChannelEndpointId::kRemoteFlag;
|
| +const uint32_t ChannelEndpointId::kRemoteFlag;
|
|
|
| ChannelEndpointId LocalChannelEndpointIdGenerator::GetNext() {
|
| ChannelEndpointId rv = next_;
|
|
|