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

Unified Diff: net/spdy/core/spdy_frame_builder.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_deframer_visitor_test.cc ('k') | net/spdy/core/spdy_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/core/spdy_frame_builder.cc
diff --git a/net/spdy/core/spdy_frame_builder.cc b/net/spdy/core/spdy_frame_builder.cc
index 15894602bba152d4085a8eeb57b5ba4e238cf868..e34092346e0a52c6ece999f7ae8ae389f04708c2 100644
--- a/net/spdy/core/spdy_frame_builder.cc
+++ b/net/spdy/core/spdy_frame_builder.cc
@@ -7,6 +7,7 @@
#include <algorithm>
#include <cstdint>
#include <limits>
+#include <new>
#include "base/logging.h"
#include "net/spdy/core/spdy_bug_tracker.h"
« no previous file with comments | « net/spdy/core/spdy_deframer_visitor_test.cc ('k') | net/spdy/core/spdy_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698