Chromium Code Reviews| Index: net/disk_cache/entry_impl.h |
| =================================================================== |
| --- net/disk_cache/entry_impl.h (revision 39154) |
| +++ net/disk_cache/entry_impl.h (working copy) |
| @@ -112,7 +112,7 @@ |
| 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 { |