| Index: net/spdy/spdy_test_util_spdy2.cc
|
| diff --git a/net/spdy/spdy_test_util_spdy2.cc b/net/spdy/spdy_test_util_spdy2.cc
|
| index 3d43f125d3189289b7da3287abb34edb8332b0f0..14178dfd758e8a7b42a9c73a5608615a1b0c3f97 100644
|
| --- a/net/spdy/spdy_test_util_spdy2.cc
|
| +++ b/net/spdy/spdy_test_util_spdy2.cc
|
| @@ -1007,13 +1007,13 @@ SpdyTestStateHelper::SpdyTestStateHelper() {
|
| SpdySession::set_enable_ping_based_connection_checking(false);
|
| // Compression is per-session which makes it impossible to create
|
| // SPDY frames with static methods.
|
| - SpdyFramer::set_enable_compression_default(false);
|
| + BufferedSpdyFramer::set_enable_compression_default(false);
|
| }
|
|
|
| SpdyTestStateHelper::~SpdyTestStateHelper() {
|
| SpdySession::ResetStaticSettingsToInit();
|
| // TODO(rch): save/restore this value
|
| - SpdyFramer::set_enable_compression_default(true);
|
| + BufferedSpdyFramer::set_enable_compression_default(true);
|
| }
|
|
|
| } // namespace test_spdy2
|
|
|