Index: net/spdy/spdy_test_util_spdy3.cc |
=================================================================== |
--- net/spdy/spdy_test_util_spdy3.cc (revision 132592) |
+++ net/spdy/spdy_test_util_spdy3.cc (working copy) |
@@ -214,8 +214,7 @@ |
// Construct an expected SPDY SETTINGS frame. |
// |settings| are the settings to set. |
// Returns the constructed frame. The caller takes ownership of the frame. |
-SpdyFrame* ConstructSpdySettings( |
- const SpdySettings& settings) { |
+SpdyFrame* ConstructSpdySettings(const SettingsMap& settings) { |
BufferedSpdyFramer framer(3); |
return framer.CreateSettings(settings); |
} |