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 73d784b254b2587655a682e12dc4d5d714aa057e..a14e5404c1d7562d03a633fb51ab5fa0df6ee624 100644 |
--- a/net/tools/quic/quic_in_memory_cache.h |
+++ b/net/tools/quic/quic_in_memory_cache.h |
@@ -12,7 +12,7 @@ |
#include "base/strings/string_piece.h" |
#include "net/spdy/spdy_framer.h" |
-template <typename T> struct DefaultSingletonTraits; |
+template <typename Type> struct DefaultSingletonTraits; |
namespace net { |
namespace tools { |
@@ -96,6 +96,7 @@ class QuicInMemoryCache { |
private: |
typedef base::hash_map<std::string, Response*> ResponseMap; |
+ |
friend struct DefaultSingletonTraits<QuicInMemoryCache>; |
friend class test::QuicInMemoryCachePeer; |