Index: net/tools/quic/test_tools/quic_in_memory_cache_peer.cc |
diff --git a/net/tools/quic/test_tools/quic_in_memory_cache_peer.cc b/net/tools/quic/test_tools/quic_in_memory_cache_peer.cc |
deleted file mode 100644 |
index feb506e49c86eb04c1efa992256fb5513b5f6ba6..0000000000000000000000000000000000000000 |
--- a/net/tools/quic/test_tools/quic_in_memory_cache_peer.cc |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
-// Copyright 2013 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-#include "net/tools/quic/test_tools/quic_in_memory_cache_peer.h" |
- |
-#include "net/tools/quic/quic_in_memory_cache.h" |
- |
-namespace net { |
-namespace tools { |
-namespace test { |
- |
-// static |
-void QuicInMemoryCachePeer::ResetForTests() { |
- QuicInMemoryCache::GetInstance()->ResetForTests(); |
-} |
- |
-} // namespace test |
-} // namespace tools |
-} // namespace net |