Index: net/tools/quic/quic_in_memory_cache.h |
diff --git a/net/tools/quic/quic_in_memory_cache.h b/net/tools/quic/quic_in_memory_cache.h |
index 90683f4943313aafb44bde8ac77bf45a992a3b7f..1fdc340097d599a59ac9fec63d0548bb7ffc7a62 100644 |
--- a/net/tools/quic/quic_in_memory_cache.h |
+++ b/net/tools/quic/quic_in_memory_cache.h |
@@ -22,8 +22,6 @@ |
namespace net { |
-class QuicServer; |
- |
// In-memory cache for HTTP responses. |
// Reads from disk cache generated by: |
// `wget -p --save_headers <url>` |