Chromium Code Reviews| Index: net/quic/quic_data_stream_test.cc |
| diff --git a/net/quic/quic_data_stream_test.cc b/net/quic/quic_data_stream_test.cc |
| index e767a46aaf1b134e297f08d11d5cd06c1a379d3f..2f7ef5cb7cc39b77d0e0138d44b17951ab6eff6a 100644 |
| --- a/net/quic/quic_data_stream_test.cc |
| +++ b/net/quic/quic_data_stream_test.cc |
| @@ -28,7 +28,7 @@ namespace net { |
| namespace test { |
| namespace { |
| -const QuicGuid kStreamId = 3; |
| +const QuicConnectionId kStreamId = 3; |
| const bool kIsServer = true; |
| const bool kShouldProcessData = true; |