Change export macro for SimpleTicketCrypter

This change exists to allow Chrome to use this in simple_quic_tools_core.

Quic/tools only change

PiperOrigin-RevId: 310654428
Change-Id: I58991b59f883efc0e0d8698013281924bec7bf31
diff --git a/quic/tools/simple_ticket_crypter.h b/quic/tools/simple_ticket_crypter.h
index 4c6b9ce..330c509 100644
--- a/quic/tools/simple_ticket_crypter.h
+++ b/quic/tools/simple_ticket_crypter.h
@@ -17,7 +17,7 @@
 // keeping track of the previous key used to facilitate decrypting older
 // tickets. This implementation is not suitable for server setups where multiple
 // servers need to share keys.
-class QUIC_EXPORT SimpleTicketCrypter
+class QUIC_NO_EXPORT SimpleTicketCrypter
     : public quic::ProofSource::TicketCrypter {
  public:
   explicit SimpleTicketCrypter(QuicClock* clock);