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

Unified Diff: mojo/system/channel.h

Issue 604643003: Mojo: "> >" -> ">>" in mojo/system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/channel.h
diff --git a/mojo/system/channel.h b/mojo/system/channel.h
index 320925991168833651d97d18436342a0afbc50f9..a322b2b5cadc7af1890a70739b1d86fdbea40b56 100644
--- a/mojo/system/channel.h
+++ b/mojo/system/channel.h
@@ -179,7 +179,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel
bool is_shutting_down_;
typedef base::hash_map<MessageInTransit::EndpointId,
- scoped_refptr<ChannelEndpoint> > IdToEndpointMap;
+ scoped_refptr<ChannelEndpoint>> IdToEndpointMap;
IdToEndpointMap local_id_to_endpoint_map_;
// The next local ID to try (when allocating new local IDs). Note: It should
// be checked for existence before use.
« no previous file with comments | « no previous file | mojo/system/dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698