summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/rankings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/rankings.cc')
-rw-r--r--net/disk_cache/rankings.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/disk_cache/rankings.cc b/net/disk_cache/rankings.cc
index ad5eef9..82e5c7b 100644
--- a/net/disk_cache/rankings.cc
+++ b/net/disk_cache/rankings.cc
@@ -9,6 +9,8 @@
#include "net/disk_cache/entry_impl.h"
#include "net/disk_cache/errors.h"
+using base::Time;
+
// This is used by crash_cache.exe to generate unit test files.
disk_cache::RankCrashes g_rankings_crash = disk_cache::NO_CRASH;
@@ -676,4 +678,3 @@ void Rankings::UpdateIterators(CacheRankingsBlock* node) {
}
} // namespace disk_cache
-