| Index: net/quic/iovector.h
|
| diff --git a/net/quic/iovector.h b/net/quic/iovector.h
|
| index 74fcbef3087b657bcf0c40d98ff7892a4aee4c06..22d2cc9a8cd2ee03bcb2b163bf4f94f11f77b295 100644
|
| --- a/net/quic/iovector.h
|
| +++ b/net/quic/iovector.h
|
| @@ -57,7 +57,6 @@ inline size_t TotalIovecLength(const struct iovec* iov, size_t iovcnt) {
|
| // to avoid accidentally change an entry that is assembled by two or more
|
| // Append()'s by simply an index access.
|
| //
|
| -
|
| class NET_EXPORT_PRIVATE IOVector {
|
| public:
|
| // Provide a default constructor so it'll never be inhibited by adding other
|
|
|