| Index: net/tools/quic/quic_spdy_server_stream.h
|
| diff --git a/net/tools/quic/quic_spdy_server_stream.h b/net/tools/quic/quic_spdy_server_stream.h
|
| index feb809fd83abad4462997fef17f67b3c4cfa7da3..6fa1114342a08b2e3aa73cfcd95b3f742b010b90 100644
|
| --- a/net/tools/quic/quic_spdy_server_stream.h
|
| +++ b/net/tools/quic/quic_spdy_server_stream.h
|
| @@ -52,7 +52,7 @@ class QuicSpdyServerStream : public QuicDataStream {
|
| base::StringPiece body);
|
|
|
| BalsaHeaders headers_;
|
| - string body_;
|
| + std::string body_;
|
|
|
| // Buffer into which response header data is read.
|
| scoped_refptr<GrowableIOBuffer> read_buf_;
|
|
|