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

Unified Diff: net/quic/quic_stream_factory.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
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|.

Powered by Google App Engine
This is Rietveld 408576698