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

Unified Diff: net/spdy/array_output_buffer.h

Issue 2801603003: Add SpdyString alias for std::string in net/spdy. (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/BUILD.gn ('k') | net/spdy/bidirectional_stream_spdy_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/array_output_buffer.h
diff --git a/net/spdy/array_output_buffer.h b/net/spdy/array_output_buffer.h
index a363e56db3f243375c6c23eef5e7813773637e54..f6c805abf9a729c4fd69fce5b840cd3d358457d8 100644
--- a/net/spdy/array_output_buffer.h
+++ b/net/spdy/array_output_buffer.h
@@ -5,7 +5,7 @@
#ifndef NET_SPDY_ARRAY_OUTPUT_BUFFER_H_
#define NET_SPDY_ARRAY_OUTPUT_BUFFER_H_
-#include <string.h>
+#include <cstddef>
#include "net/spdy/zero_copy_output_buffer.h"
namespace net {
« no previous file with comments | « net/BUILD.gn ('k') | net/spdy/bidirectional_stream_spdy_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698