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

Unified Diff: net/quic/quic_packet_creator_test.cc

Issue 990533002: Land Recent QUIC Changes until 03/06/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « net/quic/quic_fec_group_test.cc ('k') | net/quic/quic_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_packet_creator_test.cc
diff --git a/net/quic/quic_packet_creator_test.cc b/net/quic/quic_packet_creator_test.cc
index 9684aebcf25194a68f715845ebfb6c6c94ae19c1..877ccc85d97b0e41e1641d540d1f907b0d381f9d 100644
--- a/net/quic/quic_packet_creator_test.cc
+++ b/net/quic/quic_packet_creator_test.cc
@@ -77,7 +77,6 @@ class QuicPacketCreatorTest : public ::testing::TestWithParam<TestParams> {
true),
client_framer_(SupportedVersions(GetParam().version), QuicTime::Zero(),
false),
- sequence_number_(0),
connection_id_(2),
data_("foo"),
creator_(connection_id_, &client_framer_, &mock_random_) {
@@ -143,7 +142,6 @@ class QuicPacketCreatorTest : public ::testing::TestWithParam<TestParams> {
QuicFramer server_framer_;
QuicFramer client_framer_;
testing::StrictMock<MockFramerVisitor> framer_visitor_;
- QuicPacketSequenceNumber sequence_number_;
QuicConnectionId connection_id_;
string data_;
MockRandom mock_random_;
« no previous file with comments | « net/quic/quic_fec_group_test.cc ('k') | net/quic/quic_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698