| Index: components/rappor/rappor_service.h
|
| diff --git a/components/rappor/rappor_service.h b/components/rappor/rappor_service.h
|
| index 286d7ceac0a8bebf6cdabc567a311667cdf6b0ba..d34d502e4e668e7058cff2fe7ba689137ea32bae 100644
|
| --- a/components/rappor/rappor_service.h
|
| +++ b/components/rappor/rappor_service.h
|
| @@ -157,7 +157,7 @@ class RapporService {
|
| int32_t cohort_;
|
|
|
| // Timer which schedules calls to OnLogInterval().
|
| - base::OneShotTimer<RapporService> log_rotation_timer_;
|
| + base::OneShotTimer log_rotation_timer_;
|
|
|
| // A daily event for collecting metrics once a day.
|
| metrics::DailyEvent daily_event_;
|
|
|