Chromium Code Reviews| Index: net/quic/chromium/quic_network_transaction_unittest.cc |
| diff --git a/net/quic/chromium/quic_network_transaction_unittest.cc b/net/quic/chromium/quic_network_transaction_unittest.cc |
| index 3020bcc2546466bba65cf8c71329a9386ae2519b..950ce7fa011a5a9752c75c7619f3f8012318abe6 100644 |
| --- a/net/quic/chromium/quic_network_transaction_unittest.cc |
| +++ b/net/quic/chromium/quic_network_transaction_unittest.cc |
| @@ -54,6 +54,7 @@ |
| #include "net/quic/test_tools/crypto_test_utils.h" |
| #include "net/quic/test_tools/mock_clock.h" |
| #include "net/quic/test_tools/mock_random.h" |
| +#include "net/quic/test_tools/quic_spdy_session_peer.h" |
| #include "net/quic/test_tools/quic_test_utils.h" |
| #include "net/socket/client_socket_factory.h" |
| #include "net/socket/mock_client_socket_pool_manager.h" |
| @@ -81,6 +82,10 @@ namespace test { |
| namespace { |
| +const QuicStreamId kClientDataStreamId1 = 5; |
| +const QuicStreamId kClientDataStreamId2 = 7; |
| +const QuicStreamId kServerDataStreamId1 = 2; |
|
Ryan Hamilton
2017/05/03 19:15:34
Should these be converted to use the new methods s
Buck
2017/05/03 21:48:16
Done.
|
| + |
| enum DestinationType { |
| // In pooling tests with two requests for different origins to the same |
| // destination, the destination should be |