| Index: net/quic/crypto/quic_crypto_server_config_test.cc
|
| diff --git a/net/quic/crypto/quic_crypto_server_config_test.cc b/net/quic/crypto/quic_crypto_server_config_test.cc
|
| index f3f9de74f3f06e583eb3c1d77ce0393d4b3632e0..0585a1930d229912187c31db2a47917641815f63 100644
|
| --- a/net/quic/crypto/quic_crypto_server_config_test.cc
|
| +++ b/net/quic/crypto/quic_crypto_server_config_test.cc
|
| @@ -145,7 +145,8 @@ class QuicCryptoServerConfigPeer {
|
| }
|
|
|
| ASSERT_TRUE(found) << "Failed to find match for " << i.first
|
| - << " in configs:\n" << ConfigsDebug();
|
| + << " in configs:\n"
|
| + << ConfigsDebug();
|
| }
|
| }
|
|
|
|
|