| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index 37a69f5d4638ac23cc848a6880eba275d2b033f9..4fbd37cdbd51ed5cabf26008aa8ea12b226a39f8 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -1827,7 +1827,7 @@ void SpdySession::SendPrefacePing() {
|
|
|
| void SpdySession::WritePingFrame(uint32 unique_id) {
|
| DCHECK(buffered_spdy_framer_.get());
|
| - scoped_ptr<SpdyPingControlFrame> ping_frame(
|
| + scoped_ptr<SpdyFrame> ping_frame(
|
| buffered_spdy_framer_->CreatePingFrame(unique_id));
|
| QueueFrame(ping_frame.release(), HIGHEST);
|
|
|
|
|