Index: net/spdy/spdy_websocket_stream_unittest.cc |
=================================================================== |
--- net/spdy/spdy_websocket_stream_unittest.cc (revision 110097) |
+++ net/spdy/spdy_websocket_stream_unittest.cc (working copy) |
@@ -255,7 +255,7 @@ |
if (throttling) { |
// Set max concurrent streams to 1. |
- spdy_session_pool->mutable_spdy_settings()->Set( |
+ spdy_session_pool->http_server_properties()->SetSpdySettings( |
host_port_pair_, spdy_settings_to_set_); |
} |