Index: net/quic/quic_stream_factory.h |
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h |
index b7936c34cc47218559532b37b436d344b97a2e45..c75c1949343e00c681026d227ca3332133f379d6 100644 |
--- a/net/quic/quic_stream_factory.h |
+++ b/net/quic/quic_stream_factory.h |
@@ -65,9 +65,7 @@ class NET_EXPORT_PRIVATE QuicStreamRequest { |
void set_stream(scoped_ptr<QuicHttpStream> stream); |
- const BoundNetLog& net_log() const{ |
- return net_log_; |
- } |
+ const BoundNetLog& net_log() const { return net_log_; } |
private: |
QuicStreamFactory* factory_; |
@@ -181,8 +179,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory |
bool is_https; |
// Needed to be an element of std::set. |
- bool operator<(const IpAliasKey &other) const; |
- bool operator==(const IpAliasKey &other) const; |
+ bool operator<(const IpAliasKey& other) const; |
+ bool operator==(const IpAliasKey& other) const; |
}; |
typedef std::map<QuicServerId, QuicClientSession*> SessionMap; |
@@ -212,8 +210,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory |
const AddressList& address_list, |
const BoundNetLog& net_log, |
QuicClientSession** session); |
- void ActivateSession(const QuicServerId& key, |
- QuicClientSession* session); |
+ void ActivateSession(const QuicServerId& key, QuicClientSession* session); |
// Initializes the cached state associated with |server_id| in |
// |crypto_config_| with the information in |server_info|. |