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

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

Issue 2840563003: Implement SpdyMakeUnique and SpdyWrapUnique. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « net/spdy/core/spdy_pinnable_buffer_piece.cc ('k') | net/spdy/core/spdy_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_prefixed_buffer_reader.cc
diff --git a/net/spdy/core/spdy_prefixed_buffer_reader.cc b/net/spdy/core/spdy_prefixed_buffer_reader.cc
index 4e650b36233b60cd9d3eca742b4df8fa1b632e6c..2dddcc8c2715f36655f3a95d40a75f8e4b536d79 100644
--- a/net/spdy/core/spdy_prefixed_buffer_reader.cc
+++ b/net/spdy/core/spdy_prefixed_buffer_reader.cc
@@ -4,6 +4,8 @@
#include "net/spdy/core/spdy_prefixed_buffer_reader.h"
+#include <new>
+
#include "base/logging.h"
namespace net {
« no previous file with comments | « net/spdy/core/spdy_pinnable_buffer_piece.cc ('k') | net/spdy/core/spdy_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698