| Index: net/tools/quic/quic_spdy_client_stream.h
|
| diff --git a/net/tools/quic/quic_spdy_client_stream.h b/net/tools/quic/quic_spdy_client_stream.h
|
| index 1f8bf9d70a53729a4634d33e2888df6161a69d4b..dd2f9d29c62e5b7b4135722930bfd1c5e4f800d9 100644
|
| --- a/net/tools/quic/quic_spdy_client_stream.h
|
| +++ b/net/tools/quic/quic_spdy_client_stream.h
|
| @@ -40,9 +40,9 @@ class QuicSpdyClientStream : public QuicDataStream {
|
|
|
| // Serializes the headers and body, sends it to the server, and
|
| // returns the number of bytes sent.
|
| - ssize_t SendRequest(const SpdyHeaderBlock& headers,
|
| - base::StringPiece body,
|
| - bool fin);
|
| + size_t SendRequest(const SpdyHeaderBlock& headers,
|
| + base::StringPiece body,
|
| + bool fin);
|
|
|
| // Sends body data to the server, or buffers if it can't be sent immediately.
|
| void SendBody(const std::string& data, bool fin);
|
|
|