diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 23:14:23 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-22 23:14:23 +0000 |
commit | b36a7bdca1c1ebc66e9b401296c90d1f69ae686c (patch) | |
tree | 8af2fd3186046226bf24c262a563f9605c3553f3 /net/disk_cache/entry_impl.h | |
parent | 2c90e027622a681968bba29fba329c982333d791 (diff) | |
download | chromium_src-b36a7bdca1c1ebc66e9b401296c90d1f69ae686c.zip chromium_src-b36a7bdca1c1ebc66e9b401296c90d1f69ae686c.tar.gz chromium_src-b36a7bdca1c1ebc66e9b401296c90d1f69ae686c.tar.bz2 |
Disk cache: Use TimeTicks instead of Time for some of the
cache histograms.
BUG=14193
TEST=none
Review URL: http://codereview.chromium.org/650068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/entry_impl.h')
-rw-r--r-- | net/disk_cache/entry_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/entry_impl.h b/net/disk_cache/entry_impl.h index 76e4965..1cc0b84 100644 --- a/net/disk_cache/entry_impl.h +++ b/net/disk_cache/entry_impl.h @@ -112,7 +112,7 @@ class EntryImpl : public Entry, public base::RefCounted<EntryImpl> { void SetTimes(base::Time last_used, base::Time last_modified); // Generates a histogram for the time spent working on this operation. - void ReportIOTime(Operation op, const base::Time& start); + void ReportIOTime(Operation op, const base::TimeTicks& start); private: enum { |