diff options
Diffstat (limited to 'net/http/http_cache.cc')
-rw-r--r-- | net/http/http_cache.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/http/http_cache.cc b/net/http/http_cache.cc index 10fa6b0..4c00738 100644 --- a/net/http/http_cache.cc +++ b/net/http/http_cache.cc @@ -21,6 +21,8 @@ #include "net/http/http_transaction.h" #include "net/http/http_util.h" +using base::Time; + namespace net { // disk cache entry data indices. |