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

Unified Diff: net/http2/decoder/http2_frame_decoder_test.cc

Issue 2600273002: Fix some includes in //net/http2/. (Closed)
Patch Set: Created 4 years 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 | « no previous file | net/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http2/decoder/http2_frame_decoder_test.cc
diff --git a/net/http2/decoder/http2_frame_decoder_test.cc b/net/http2/decoder/http2_frame_decoder_test.cc
index c2ec0a0dbc2650b97306d49afd1228c63de49afe..ee1e9e4968e683543576aa45de2d9b24b4cbbf5e 100644
--- a/net/http2/decoder/http2_frame_decoder_test.cc
+++ b/net/http2/decoder/http2_frame_decoder_test.cc
@@ -6,6 +6,7 @@
// Tests of Http2FrameDecoder.
+#include <memory>
#include <string>
#include <vector>
« no previous file with comments | « no previous file | net/http2/hpack/decoder/hpack_decoder_string_buffer_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698