| Index: net/spdy/core/spdy_protocol.cc
|
| diff --git a/net/spdy/core/spdy_protocol.cc b/net/spdy/core/spdy_protocol.cc
|
| index 9a0f52beb05af03ade9efa33c860a7aae6504c88..92df79c4fb45ea69b8b32f1c8014aaadeba158ad 100644
|
| --- a/net/spdy/core/spdy_protocol.cc
|
| +++ b/net/spdy/core/spdy_protocol.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <ostream>
|
|
|
| -#include "base/memory/ptr_util.h"
|
| #include "net/spdy/core/spdy_bug_tracker.h"
|
|
|
| namespace net {
|
| @@ -364,8 +363,7 @@ SpdyFrameType SpdyPushPromiseIR::frame_type() const {
|
|
|
| SpdyAltSvcIR::SpdyAltSvcIR(SpdyStreamId stream_id) : SpdyFrameIR(stream_id) {}
|
|
|
| -SpdyAltSvcIR::~SpdyAltSvcIR() {
|
| -}
|
| +SpdyAltSvcIR::~SpdyAltSvcIR() {}
|
|
|
| void SpdyAltSvcIR::Visit(SpdyFrameVisitor* visitor) const {
|
| return visitor->VisitAltSvc(*this);
|
|
|