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

Unified Diff: net/quic/quic_headers_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_headers_stream.h
diff --git a/net/quic/quic_headers_stream.h b/net/quic/quic_headers_stream.h
index c3ccbdada408a78e9519cb5a1dde0b75fb8b1f99..4ff9340dd57482381fde6ed5ec8be5bdad5858b9 100644
--- a/net/quic/quic_headers_stream.h
+++ b/net/quic/quic_headers_stream.h
@@ -43,9 +43,7 @@ class NET_EXPORT_PRIVATE QuicHeadersStream : public ReliableQuicStream {
// The following methods are called by the SimpleVisitor.
// Called when a SYN_STREAM frame has been received.
- void OnSynStream(SpdyStreamId stream_id,
- SpdyPriority priority,
- bool fin);
+ void OnSynStream(SpdyStreamId stream_id, SpdyPriority priority, bool fin);
// Called when a SYN_REPLY frame been received.
void OnSynReply(SpdyStreamId stream_id, bool fin);

Powered by Google App Engine
This is Rietveld 408576698