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 cfbd25e855f5a57ca82414545b64e43b06f4da28..c49a27a0730cc9fd28f24bb509d835a298507a8d 100644 |
--- a/net/tools/quic/quic_in_memory_cache.h |
+++ b/net/tools/quic/quic_in_memory_cache.h |
@@ -16,6 +16,7 @@ |
template <typename T> struct DefaultSingletonTraits; |
namespace net { |
+namespace tools { |
class QuicServer; |
@@ -76,6 +77,7 @@ class QuicInMemoryCache { |
DISALLOW_COPY_AND_ASSIGN(QuicInMemoryCache); |
}; |
+} // namespace tools |
} // namespace net |
#endif // NET_TOOLS_QUIC_QUIC_IN_MEMORY_CACHE_H_ |