| Index: net/quic/test_tools/quic_framer_peer.h
|
| diff --git a/net/quic/test_tools/quic_framer_peer.h b/net/quic/test_tools/quic_framer_peer.h
|
| index c6ddb28929d9c5e7879f62f40216add058bf8f98..49686c90993b521879ccffd8ddff79737162d9c2 100644
|
| --- a/net/quic/test_tools/quic_framer_peer.h
|
| +++ b/net/quic/test_tools/quic_framer_peer.h
|
| @@ -6,6 +6,7 @@
|
| #define NET_QUIC_TEST_TOOLS_QUIC_FRAMER_PEER_H_
|
|
|
| #include "net/quic/quic_protocol.h"
|
| +#include "net/quic/crypto/quic_encrypter.h"
|
|
|
| namespace net {
|
|
|
| @@ -30,6 +31,8 @@ class QuicFramerPeer {
|
| // |framer2|.
|
| static void SwapCrypters(QuicFramer* framer1, QuicFramer* framer2);
|
|
|
| + static QuicEncrypter* GetEncrypter(QuicFramer* framer, EncryptionLevel level);
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(QuicFramerPeer);
|
| };
|
|
|