| Index: net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| diff --git a/net/spdy/spdy_http_stream_spdy3_unittest.cc b/net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| index d849f2805085c52912098c7259f2d4c09c045867..76f7a99ed538d91c200e3809d5d0930a2aaab62b 100644
|
| --- a/net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| +++ b/net/spdy/spdy_http_stream_spdy3_unittest.cc
|
| @@ -394,7 +394,7 @@ TEST_F(SpdyHttpStreamSpdy3Test, SendChunkedPost) {
|
| }
|
|
|
| TEST_F(SpdyHttpStreamSpdy3Test, SendChunkedPost4) {
|
| - session_deps_.protocol = kProtoSPDY4a1;
|
| + session_deps_.protocol = kProtoSPDY4a2;
|
| RunSendChunkedPostTest(kSpdyVersion4);
|
| }
|
|
|
|
|