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

Unified Diff: mojo/edk/system/ports_message.h

Issue 2512753002: Move const PortName data out of header file (Closed)
Patch Set: Created 4 years, 1 month 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 | « mojo/edk/system/ports/node.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/ports_message.h
diff --git a/mojo/edk/system/ports_message.h b/mojo/edk/system/ports_message.h
index 542b9817003d14da9a478bed6f71d66b5a7b2014..6ead6ce83d74d262115b27ee2f88123ae28c9df0 100644
--- a/mojo/edk/system/ports_message.h
+++ b/mojo/edk/system/ports_message.h
@@ -60,7 +60,7 @@ class PortsMessage : public ports::Message {
Channel::MessagePtr channel_message_;
// The node name from which this message was received, if known.
- ports::NodeName source_node_ = ports::kInvalidNodeName;
+ ports::NodeName source_node_ = ports::constants::kInvalidNodeName;
};
} // namespace edk
« no previous file with comments | « mojo/edk/system/ports/node.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698