| Index: net/quic/reliable_quic_stream.h
|
| diff --git a/net/quic/reliable_quic_stream.h b/net/quic/reliable_quic_stream.h
|
| index 4fe4134bfdbeff1e886a7bdd31c8de2ceb9c56c5..807882ca2de0cb352769584fa507f84f42dba018 100644
|
| --- a/net/quic/reliable_quic_stream.h
|
| +++ b/net/quic/reliable_quic_stream.h
|
| @@ -167,7 +167,7 @@ class NET_EXPORT_PRIVATE ReliableQuicStream : public
|
| // as the connection will consume.
|
| // Returns the number of bytes consumed by the connection.
|
| QuicConsumedData WritevDataInternal(const struct iovec* iov,
|
| - int count,
|
| + int iov_count,
|
| bool fin);
|
|
|
| private:
|
|
|