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

Unified Diff: net/spdy/core/spdy_test_utils.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_protocol.cc ('k') | net/spdy/platform/api/spdy_ptr_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_test_utils.cc
diff --git a/net/spdy/core/spdy_test_utils.cc b/net/spdy/core/spdy_test_utils.cc
index cd31e0013ef039e3d6fdfdc2d5744b310cf4726a..db1359d86b7e2b519eca3a7d6e80817fe7e1901f 100644
--- a/net/spdy/core/spdy_test_utils.cc
+++ b/net/spdy/core/spdy_test_utils.cc
@@ -7,6 +7,7 @@
#include <algorithm>
#include <cstring>
#include <memory>
+#include <new>
#include <utility>
#include <vector>
« no previous file with comments | « net/spdy/core/spdy_protocol.cc ('k') | net/spdy/platform/api/spdy_ptr_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698