| Index: net/quic/core/quic_crypto_server_stream.h
|
| diff --git a/net/quic/core/quic_crypto_server_stream.h b/net/quic/core/quic_crypto_server_stream.h
|
| index 721a2763a22c52a8093e4cbdf5a6c9a3799e24ea..893fbe976f9829c88198f1c5c1367934c450d876 100644
|
| --- a/net/quic/core/quic_crypto_server_stream.h
|
| +++ b/net/quic/core/quic_crypto_server_stream.h
|
| @@ -26,7 +26,6 @@ class QuicCryptoServerConfig;
|
| class QuicCryptoServerStreamBase;
|
|
|
| namespace test {
|
| -class CryptoTestUtils;
|
| class QuicCryptoServerStreamPeer;
|
| } // namespace test
|
|
|
| @@ -139,7 +138,6 @@ class QUIC_EXPORT_PRIVATE QuicCryptoServerStream
|
| virtual void OverrideQuicConfigDefaults(QuicConfig* config);
|
|
|
| private:
|
| - friend class test::CryptoTestUtils;
|
| friend class test::QuicCryptoServerStreamPeer;
|
|
|
| class ValidateCallback : public ValidateClientHelloResultCallback {
|
|
|