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. |