Index: net/spdy/buffered_spdy_framer.h |
=================================================================== |
--- net/spdy/buffered_spdy_framer.h (revision 132592) |
+++ net/spdy/buffered_spdy_framer.h (working copy) |
@@ -121,7 +121,7 @@ |
const SpdyHeaderBlock* headers); |
SpdyRstStreamControlFrame* CreateRstStream(SpdyStreamId stream_id, |
SpdyStatusCodes status) const; |
- SpdySettingsControlFrame* CreateSettings(const SpdySettings& values) const; |
+ SpdySettingsControlFrame* CreateSettings(const SettingsMap& values) const; |
SpdyPingControlFrame* CreatePingFrame(uint32 unique_id) const; |
SpdyGoAwayControlFrame* CreateGoAway( |
SpdyStreamId last_accepted_stream_id, |