summaryrefslogtreecommitdiffstats
path: root/net/tools
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools')
-rw-r--r--net/tools/crash_cache/crash_cache.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tools/crash_cache/crash_cache.cc b/net/tools/crash_cache/crash_cache.cc
index e6a5522..243ed45 100644
--- a/net/tools/crash_cache/crash_cache.cc
+++ b/net/tools/crash_cache/crash_cache.cc
@@ -22,6 +22,8 @@
#include "net/disk_cache/disk_cache_test_util.h"
#include "net/disk_cache/rankings.h"
+using base::Time;
+
enum Errors {
GENERIC = -1,
ALL_GOOD = 0,