summaryrefslogtreecommitdiffstats
path: root/chromium/net/quic/iovector.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/quic/iovector.h')
-rw-r--r--chromium/net/quic/iovector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/net/quic/iovector.h b/chromium/net/quic/iovector.h
index 74fcbef3087..22d2cc9a8cd 100644
--- a/chromium/net/quic/iovector.h
+++ b/chromium/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