| 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 b1c4ced33c8712e7b31c1ef2f7e65bea549944e2..4ec847ae3a96a1ce3300a3be83c6ae68751c168f 100644
|
| --- a/net/tools/quic/quic_in_memory_cache.h
|
| +++ b/net/tools/quic/quic_in_memory_cache.h
|
| @@ -34,8 +34,6 @@ namespace test {
|
| class QuicInMemoryCachePeer;
|
| } // namespace test
|
|
|
| -class QuicServer;
|
| -
|
| // In-memory cache for HTTP responses.
|
| // Reads from disk cache generated by:
|
| // `wget -p --save_headers <url>`
|
|
|