Index: net/quic/crypto/crypto_framer.h |
diff --git a/net/quic/crypto/crypto_framer.h b/net/quic/crypto/crypto_framer.h |
index 694b20716c6d02398f9b38a54ea95e17c6a8a7d0..64137a20d26dc9bcfc97748be08dba40ad0763b1 100644 |
--- a/net/quic/crypto/crypto_framer.h |
+++ b/net/quic/crypto/crypto_framer.h |
@@ -103,7 +103,7 @@ class NET_EXPORT_PRIVATE CryptoFramer { |
uint16 num_entries_; |
// tags_and_lengths_ contains the tags that are currently being parsed and |
// their lengths. |
- std::vector<std::pair<QuicTag, size_t> > tags_and_lengths_; |
+ std::vector<std::pair<QuicTag, size_t>> tags_and_lengths_; |
// Cumulative length of all values in the message currently being parsed. |
size_t values_len_; |
}; |