Chromium Code Reviews| Index: gpu/perftests/measurements.h |
| diff --git a/gpu/perftests/measurements.h b/gpu/perftests/measurements.h |
| index 724baa493889e0e763e1db241bca872ee2ef2d2b..e0d9de36dc2b14322768437c35e488399381d043 100644 |
| --- a/gpu/perftests/measurements.h |
| +++ b/gpu/perftests/measurements.h |
| @@ -47,7 +47,7 @@ class MeasurementTimers { |
| ~MeasurementTimers(); |
| private: |
| - base::TraceTicks wall_time_start_; |
| + base::TimeTicks wall_time_start_; |
| base::ThreadTicks cpu_time_start_; |
| scoped_ptr<gfx::GPUTimer> gpu_timer_; |