| Index: net/spdy/spdy_session_unittest.cc
|
| diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
|
| index 1aa17c2772b6bbd900f51f267e1065b33090c9c8..2154e4172d64b310e7e3ef66341361b07997a661 100644
|
| --- a/net/spdy/spdy_session_unittest.cc
|
| +++ b/net/spdy/spdy_session_unittest.cc
|
| @@ -1558,7 +1558,7 @@ TEST_P(SpdySessionTest, SendInitialDataOnNewSession) {
|
| initial_max_concurrent_streams);
|
| scoped_ptr<SpdyFrame> server_settings_frame(
|
| spdy_util_.ConstructSpdySettings(server_settings));
|
| - if (GetProtocol() <= kProtoSPDY31) {
|
| + if (GetProtocol() == kProtoSPDY31) {
|
| writes.push_back(CreateMockWrite(*server_settings_frame));
|
| }
|
|
|
|
|