Index: net/spdy/spdy_test_util_spdy2.cc |
=================================================================== |
--- net/spdy/spdy_test_util_spdy2.cc (revision 132592) |
+++ net/spdy/spdy_test_util_spdy2.cc (working copy) |
@@ -212,8 +212,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(2); |
return framer.CreateSettings(settings); |
} |