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 600bb1951760c58cca738c7e5ef2da3d02f954a9..6322e2da49d76d03baef62c33cd34dc37e8c2e39 100644 |
--- a/net/tools/quic/quic_in_memory_cache.h |
+++ b/net/tools/quic/quic_in_memory_cache.h |
@@ -73,6 +73,7 @@ class QuicInMemoryCache { |
friend struct DefaultSingletonTraits<QuicInMemoryCache>; |
~QuicInMemoryCache(); |
+ void Initialize(); |
std::string GetKey(const BalsaHeaders& response_headers) const; |
// Cached responses. |