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

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

Issue 1770493002: Remove MOJO_STATIC_CONST_MEMBER_DEFINITION. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | mojo/edk/system/message_in_transit.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « no previous file | mojo/edk/system/message_in_transit.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698