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

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

Issue 1468773002: Changing from QuicPriority to SpdyPriority. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@107610692
Patch Set: 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
« no previous file with comments | « net/quic/reliable_quic_stream_test.cc ('k') | net/quic/test_tools/quic_test_packet_maker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « net/quic/reliable_quic_stream_test.cc ('k') | net/quic/test_tools/quic_test_packet_maker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698