From e1acf6f902e50222baf99bfb492ecc38a1604975 Mon Sep 17 00:00:00 2001 From: "dsh@google.com" Date: Mon, 27 Oct 2008 20:43:33 +0000 Subject: Move Time, TimeDelta and TimeTicks into namespace base. Review URL: http://codereview.chromium.org/7995 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4022 0039d316-1c4b-4281-b951-d872f2087c98 --- net/disk_cache/rankings.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/disk_cache/rankings.cc') 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 - -- cgit v1.1