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

Unified Diff: net/quic/quic_spdy_server_stream.h

Issue 763833003: Remove using namespace in net/quic/quic_stream_sequencer.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: net/quic/quic_spdy_server_stream.h
diff --git a/net/quic/quic_spdy_server_stream.h b/net/quic/quic_spdy_server_stream.h
index 54506d175e82cd1275cf22ee28498a72f2a515c7..a8bd9f39618b1d5de2f9afc1b274d6ceaf5067a1 100644
--- a/net/quic/quic_spdy_server_stream.h
+++ b/net/quic/quic_spdy_server_stream.h
@@ -51,7 +51,7 @@ class QuicSpdyServerStream : public QuicDataStream {
base::StringPiece body);
SpdyHeaderBlock headers_;
- string body_;
+ std::string body_;
GURL request_url_;
// Buffer into which response header data is read.

Powered by Google App Engine
This is Rietveld 408576698