summaryrefslogtreecommitdiffstats
path: root/chrome/browser/net/connect_interceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/net/connect_interceptor.h')
-rw-r--r--chrome/browser/net/connect_interceptor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/net/connect_interceptor.h b/chrome/browser/net/connect_interceptor.h
index c1f6177..eca1c17 100644
--- a/chrome/browser/net/connect_interceptor.h
+++ b/chrome/browser/net/connect_interceptor.h
@@ -44,6 +44,7 @@ class ConnectInterceptor : public net::URLRequest::Interceptor {
class TimedCache {
public:
explicit TimedCache(const base::TimeDelta& max_duration);
+ ~TimedCache();
// Evicts any entries that have been in the FIFO "too long," and then checks
// to see if the given url is (still) in the FIFO cache.