Commit b9471b55 authored by viettrungluu's avatar viettrungluu Committed by Commit bot

Mojo: "> >" -> ">>" in mojo/system.

R=jamesr@chromium.org

Review URL: https://codereview.chromium.org/604643003

Cr-Commit-Position: refs/heads/master@{#296680}
parent 497416b6
...@@ -179,7 +179,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel ...@@ -179,7 +179,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel
bool is_shutting_down_; bool is_shutting_down_;
typedef base::hash_map<MessageInTransit::EndpointId, typedef base::hash_map<MessageInTransit::EndpointId,
scoped_refptr<ChannelEndpoint> > IdToEndpointMap; scoped_refptr<ChannelEndpoint>> IdToEndpointMap;
IdToEndpointMap local_id_to_endpoint_map_; IdToEndpointMap local_id_to_endpoint_map_;
// The next local ID to try (when allocating new local IDs). Note: It should // The next local ID to try (when allocating new local IDs). Note: It should
// be checked for existence before use. // be checked for existence before use.
......
...@@ -42,7 +42,7 @@ class ProxyMessagePipeEndpoint; ...@@ -42,7 +42,7 @@ class ProxyMessagePipeEndpoint;
class TransportData; class TransportData;
class Waiter; class Waiter;
typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector; typedef std::vector<scoped_refptr<Dispatcher>> DispatcherVector;
namespace test { namespace test {
......
...@@ -21,7 +21,7 @@ class Core; ...@@ -21,7 +21,7 @@ class Core;
class Dispatcher; class Dispatcher;
class DispatcherTransport; class DispatcherTransport;
typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector; typedef std::vector<scoped_refptr<Dispatcher>> DispatcherVector;
// Test-only function (defined/used in embedder/test_embedder.cc). Declared here // Test-only function (defined/used in embedder/test_embedder.cc). Declared here
// so it can be friended. // so it can be friended.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment