Chromium Code Reviews| Index: cc/debug/lap_timer.h |
| diff --git a/cc/debug/lap_timer.h b/cc/debug/lap_timer.h |
| index 90b27b17d408fdd0b7a6bea541ef88d920f99eab..934723d3bf2fc173e4858d42a38d559286c954c0 100644 |
| --- a/cc/debug/lap_timer.h |
| +++ b/cc/debug/lap_timer.h |
| @@ -46,7 +46,7 @@ class LapTimer { |
| int NumLaps(); |
| private: |
| - base::TimeTicks start_time_; |
| + base::TimeDelta start_time_; |
| base::TimeDelta accumulator_; |
| int num_laps_; |
| int warmup_laps_; |