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

Unified Diff: net/spdy/core/spdy_pinnable_buffer_piece.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_header_indexing_test.cc ('k') | net/spdy/core/spdy_prefixed_buffer_reader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_pinnable_buffer_piece.cc
diff --git a/net/spdy/core/spdy_pinnable_buffer_piece.cc b/net/spdy/core/spdy_pinnable_buffer_piece.cc
index 13b2115e50f6a6f1557908b154807f7fba46cf8e..84df880a61228728a9e165144a4440ccec554148 100644
--- a/net/spdy/core/spdy_pinnable_buffer_piece.cc
+++ b/net/spdy/core/spdy_pinnable_buffer_piece.cc
@@ -4,6 +4,8 @@
#include "net/spdy/core/spdy_pinnable_buffer_piece.h"
+#include <new>
+
namespace net {
SpdyPinnableBufferPiece::SpdyPinnableBufferPiece()
« no previous file with comments | « net/spdy/core/spdy_header_indexing_test.cc ('k') | net/spdy/core/spdy_prefixed_buffer_reader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698