| Index: net/spdy/spdy_test_util_spdy2.h
|
| ===================================================================
|
| --- net/spdy/spdy_test_util_spdy2.h (revision 131881)
|
| +++ net/spdy/spdy_test_util_spdy2.h (working copy)
|
| @@ -158,8 +158,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.
|
|
|