Index: cc/debug/lap_timer.h |
diff --git a/cc/debug/lap_timer.h b/cc/debug/lap_timer.h |
index 7662e2adb5f88dc4ea0e53db473403993ecc7a6b..48f99172040ab68597bd8d60f924bce1fc7b18fa 100644 |
--- a/cc/debug/lap_timer.h |
+++ b/cc/debug/lap_timer.h |
@@ -49,7 +49,7 @@ class CC_EXPORT LapTimer { |
int NumLaps(); |
private: |
- base::TimeTicks start_time_; |
+ base::TimeDelta start_time_; |
base::TimeDelta accumulator_; |
int num_laps_; |
int warmup_laps_; |