| Index: net/quic/quic_reliable_client_stream_test.cc
|
| diff --git a/net/quic/quic_reliable_client_stream_test.cc b/net/quic/quic_reliable_client_stream_test.cc
|
| index 75e099cd513fa2b885c1b9d7eae32ee62d11c51c..0c4ae564f0764bdc98c7854d71e158741b2f2d07 100644
|
| --- a/net/quic/quic_reliable_client_stream_test.cc
|
| +++ b/net/quic/quic_reliable_client_stream_test.cc
|
| @@ -21,7 +21,7 @@ namespace net {
|
| namespace test {
|
| namespace {
|
|
|
| -const QuicGuid kStreamId = 3;
|
| +const QuicConnectionId kStreamId = 3;
|
|
|
| class MockDelegate : public QuicReliableClientStream::Delegate {
|
| public:
|
|
|