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

Unified Diff: net/quic/test_tools/quic_test_packet_maker.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/test_tools/quic_test_packet_maker.h
diff --git a/net/quic/test_tools/quic_test_packet_maker.h b/net/quic/test_tools/quic_test_packet_maker.h
index e4f3ec0330056b765070bce122d64f43b1aa4cd6..77daf86f84a0774d59c9f1ed3e1ba25008ace4ae 100644
--- a/net/quic/test_tools/quic_test_packet_maker.h
+++ b/net/quic/test_tools/quic_test_packet_maker.h
@@ -68,9 +68,8 @@ class QuicTestPacketMaker {
SpdyHeaderBlock GetResponseHeaders(const std::string& status);
private:
- scoped_ptr<QuicEncryptedPacket> MakePacket(
- const QuicPacketHeader& header,
- const QuicFrame& frame);
+ scoped_ptr<QuicEncryptedPacket> MakePacket(const QuicPacketHeader& header,
+ const QuicFrame& frame);
void InitializeHeader(QuicPacketSequenceNumber sequence_number,
bool should_include_version);

Powered by Google App Engine
This is Rietveld 408576698