Index: net/quic/crypto/crypto_utils.h |
diff --git a/net/quic/crypto/crypto_utils.h b/net/quic/crypto/crypto_utils.h |
index af3ecbb82671a7cc31740696fca0239383fccc81..725a863826136986a28d2fd1c87f2fbb1607e202 100644 |
--- a/net/quic/crypto/crypto_utils.h |
+++ b/net/quic/crypto/crypto_utils.h |
@@ -24,11 +24,6 @@ struct QuicCryptoNegotiatedParameters; |
class NET_EXPORT_PRIVATE CryptoUtils { |
public: |
- enum Perspective { |
- SERVER, |
- CLIENT, |
- }; |
- |
// Generates the connection nonce. The nonce is formed as: |
// <4 bytes> current time |
// <8 bytes> |orbit| (or random if |orbit| is empty) |