Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: net/spdy/core/spdy_protocol.cc

Issue 2895993003: Misc cleanup in net/spdy/core. (Closed)
Patch Set: Rebase. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698