summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/mem_entry_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/mem_entry_impl.cc')
-rw-r--r--net/disk_cache/mem_entry_impl.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/disk_cache/mem_entry_impl.cc b/net/disk_cache/mem_entry_impl.cc
index 66e4bcb..2bbf4a5 100644
--- a/net/disk_cache/mem_entry_impl.cc
+++ b/net/disk_cache/mem_entry_impl.cc
@@ -7,6 +7,8 @@
#include "net/base/net_errors.h"
#include "net/disk_cache/mem_backend_impl.h"
+using base::Time;
+
namespace disk_cache {
MemEntryImpl::MemEntryImpl(MemBackendImpl* backend) {