| Index: net/tools/quic/quic_in_memory_cache.cc
|
| diff --git a/net/tools/quic/quic_in_memory_cache.cc b/net/tools/quic/quic_in_memory_cache.cc
|
| index 13788bffacfb3982b613bc6bd51c48e10e10c27b..2ae5c49d9e86378b81d5bfcf1f73c59d6eed9169 100644
|
| --- a/net/tools/quic/quic_in_memory_cache.cc
|
| +++ b/net/tools/quic/quic_in_memory_cache.cc
|
| @@ -27,7 +27,7 @@ QuicInMemoryCache::Response::~Response() {}
|
|
|
| // static
|
| QuicInMemoryCache* QuicInMemoryCache::GetInstance() {
|
| - return Singleton<QuicInMemoryCache>::get();
|
| + return base::Singleton<QuicInMemoryCache>::get();
|
| }
|
|
|
| const QuicInMemoryCache::Response* QuicInMemoryCache::GetResponse(
|
|
|