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

Unified Diff: net/quic/quic_http_stream.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_http_stream.h
diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
index f13527ea93022927082dcb5427f0dd97d05ded66..5fa77fcaef4b3cc67735490e18e135a1b5eed0ac 100644
--- a/net/quic/quic_http_stream.h
+++ b/net/quic/quic_http_stream.h
@@ -22,8 +22,8 @@ class QuicHttpStreamPeer;
// The QuicHttpStream is a QUIC-specific HttpStream subclass. It holds a
// non-owning pointer to a QuicReliableClientStream which it uses to
// send and receive data.
-class NET_EXPORT_PRIVATE QuicHttpStream :
- public QuicClientSession::Observer,
+class NET_EXPORT_PRIVATE QuicHttpStream
+ : public QuicClientSession::Observer,
public QuicReliableClientStream::Delegate,
public HttpStream {
public:
@@ -107,7 +107,7 @@ class NET_EXPORT_PRIVATE QuicHttpStream :
State next_state_;
base::WeakPtr<QuicClientSession> session_;
- int session_error_; // Error code from the connection shutdown.
+ int session_error_; // Error code from the connection shutdown.
bool was_handshake_confirmed_; // True if the crypto handshake succeeded.
QuicClientSession::StreamRequest stream_request_;
QuicReliableClientStream* stream_; // Non-owning.

Powered by Google App Engine
This is Rietveld 408576698