Index: net/spdy/spdy_network_transaction_spdy3_unittest.cc |
diff --git a/net/spdy/spdy_network_transaction_spdy3_unittest.cc b/net/spdy/spdy_network_transaction_spdy3_unittest.cc |
index dcc48e5527c6c9568875a89f617e3cb4705fc3c9..68d6adf9d91a3a673a60a28665d7b4af77584b7a 100644 |
--- a/net/spdy/spdy_network_transaction_spdy3_unittest.cc |
+++ b/net/spdy/spdy_network_transaction_spdy3_unittest.cc |
@@ -4070,7 +4070,7 @@ TEST_P(SpdyNetworkTransactionSpdy3Test, PartialWrite) { |
// the server. Verify that teardown is all clean. |
TEST_P(SpdyNetworkTransactionSpdy3Test, DecompressFailureOnSynReply) { |
// For this test, we turn on the normal compression. |
- SpdyFramer::set_enable_compression_default(true); |
+ BufferedSpdyFramer::set_enable_compression_default(true); |
scoped_ptr<SpdyFrame> compressed( |
ConstructSpdyGet(NULL, 0, true, 1, LOWEST)); |