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 c5134122e32fedd27546edc1b1ce768e14c4fd9f..889041901f18b6459e87623ce9237988ef63c094 100644 |
--- a/net/tools/quic/quic_in_memory_cache.h |
+++ b/net/tools/quic/quic_in_memory_cache.h |
@@ -96,6 +96,7 @@ class QuicInMemoryCache { |
private: |
typedef base::hash_map<std::string, Response*> ResponseMap; |
+ |
friend struct DefaultSingletonTraits<QuicInMemoryCache>; |
friend class test::QuicInMemoryCachePeer; |