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

Unified Diff: mojo/system/channel.cc

Issue 133213012: Mojo: TYPE_CHANNEL -> kTypeChannel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/system/message_in_transit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/channel.cc
diff --git a/mojo/system/channel.cc b/mojo/system/channel.cc
index 4c8c1d12366c5b0e4e21d70c73b2ca2bb5f800ba..205c10d776ec2a197cd7a412f08c0ccddcfd39d0 100644
--- a/mojo/system/channel.cc
+++ b/mojo/system/channel.cc
@@ -139,7 +139,7 @@ void Channel::OnReadMessage(const MessageInTransit& message) {
case MessageInTransit::kTypeMessagePipe:
OnReadMessageForDownstream(message);
break;
- case MessageInTransit::TYPE_CHANNEL:
+ case MessageInTransit::kTypeChannel:
OnReadMessageForChannel(message);
break;
default:
« no previous file with comments | « no previous file | mojo/system/message_in_transit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698