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

Unified Diff: net/spdy/core/hpack/hpack_encoder.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/hpack/hpack_encoder.cc
diff --git a/net/spdy/core/hpack/hpack_encoder.cc b/net/spdy/core/hpack/hpack_encoder.cc
index 29199b8a54c0ac5e8ff808a2bb4900105747de1f..1ae47c6779168f3422f1e47ef2961c87d3e42300 100644
--- a/net/spdy/core/hpack/hpack_encoder.cc
+++ b/net/spdy/core/hpack/hpack_encoder.cc
@@ -8,7 +8,6 @@
#include <limits>
#include "base/logging.h"
-#include "base/memory/ptr_util.h"
#include "net/spdy/core/hpack/hpack_constants.h"
#include "net/spdy/core/hpack/hpack_header_table.h"
#include "net/spdy/core/hpack/hpack_huffman_table.h"

Powered by Google App Engine
This is Rietveld 408576698