X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnet%2Fquic%2Ftest_tools%2Fmock_crypto_client_stream.h;h=e940a1e940c29cbe10ec1e71d1a8626338ebd8c4;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=85679451b8436ecaf1a1c10352c744a4a96cfd79;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/net/quic/test_tools/mock_crypto_client_stream.h b/src/net/quic/test_tools/mock_crypto_client_stream.h index 8567945..e940a1e 100644 --- a/src/net/quic/test_tools/mock_crypto_client_stream.h +++ b/src/net/quic/test_tools/mock_crypto_client_stream.h @@ -14,7 +14,7 @@ namespace net { -class QuicSessionKey; +class QuicServerId; class MockCryptoClientStream : public QuicCryptoClientStream { public: @@ -36,7 +36,7 @@ class MockCryptoClientStream : public QuicCryptoClientStream { }; MockCryptoClientStream( - const QuicSessionKey& server_key, + const QuicServerId& server_id, QuicClientSessionBase* session, ProofVerifyContext* verify_context, QuicCryptoClientConfig* crypto_config, @@ -62,6 +62,8 @@ class MockCryptoClientStream : public QuicCryptoClientStream { QuicClientSessionBase* client_session(); const ProofVerifyDetails* proof_verify_details_; + + DISALLOW_COPY_AND_ASSIGN(MockCryptoClientStream); }; } // namespace net