Index: net/spdy/buffered_spdy_framer.cc |
=================================================================== |
--- net/spdy/buffered_spdy_framer.cc (revision 132592) |
+++ net/spdy/buffered_spdy_framer.cc (working copy) |
@@ -196,7 +196,7 @@ |
} |
SpdySettingsControlFrame* BufferedSpdyFramer::CreateSettings( |
- const SpdySettings& values) const { |
+ const SettingsMap& values) const { |
return spdy_framer_.CreateSettings(values); |
} |