Index: net/spdy/spdy_test_util_spdy3.h |
=================================================================== |
--- net/spdy/spdy_test_util_spdy3.h (revision 132592) |
+++ net/spdy/spdy_test_util_spdy3.h (working copy) |
@@ -159,8 +159,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); |
// Construct an expected SPDY CREDENTIAL frame. |
// |credential| is the credential to send. |