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

Unified Diff: net/quic/test_tools/quic_test_packet_maker.h

Issue 1470713003: Landing Recent QUIC changes until and including Mon Nov 16 14:15:48 2015 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding NET_EXPORT_PRIVATE to DelegateInterface. Created 5 years, 1 month 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 adb2f3be5e70d0154d73ae0fb50b219725e0006c..3c52350a9094126661f493630f004164a46f0fd7 100644
--- a/net/quic/test_tools/quic_test_packet_maker.h
+++ b/net/quic/test_tools/quic_test_packet_maker.h
@@ -61,7 +61,7 @@ class QuicTestPacketMaker {
QuicStreamId stream_id,
bool should_include_version,
bool fin,
- QuicPriority priority,
+ SpdyPriority priority,
const SpdyHeaderBlock& headers,
size_t* spdy_headers_frame_length);
@@ -72,7 +72,7 @@ class QuicTestPacketMaker {
QuicStreamId stream_id,
bool should_include_version,
bool fin,
- QuicPriority priority,
+ SpdyPriority priority,
const SpdyHeaderBlock& headers);
// If |spdy_headers_frame_length| is non-null, it will be set to the size of

Powered by Google App Engine
This is Rietveld 408576698