| Index: content/browser/power_profiler/power_profiler_service.h
|
| diff --git a/content/browser/power_profiler/power_profiler_service.h b/content/browser/power_profiler/power_profiler_service.h
|
| index c1610eb2ab8a8de01f224e269a791816a2ea9e16..c6f2ca6629e5c2ad8acf650e987eb5345c969f1f 100644
|
| --- a/content/browser/power_profiler/power_profiler_service.h
|
| +++ b/content/browser/power_profiler/power_profiler_service.h
|
| @@ -59,7 +59,7 @@ class CONTENT_EXPORT PowerProfilerService {
|
| // Executes on the UI thread.
|
| void Notify(const PowerEventVector&);
|
|
|
| - base::RepeatingTimer<PowerProfilerService> query_power_timer_;
|
| + base::RepeatingTimer query_power_timer_;
|
| scoped_refptr<base::TaskRunner> task_runner_;
|
|
|
| Status status_;
|
|
|